File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 7
7
return 1 ;
8
8
}
9
9
10
- define ( 'DATA_VALUES_JAVASCRIPT_VERSION ' , '0.2 alpha ' );
10
+ define ( 'DATA_VALUES_JAVASCRIPT_VERSION ' , '0.2 ' );
11
11
12
12
// Include the composer autoloader if it is present.
13
13
if ( is_readable ( __DIR__ . '/vendor/autoload.php ' ) ) {
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ On [Packagist](https://packagist.org/packages/data-values/javascript):
15
15
16
16
## Release notes
17
17
18
- ### 0.2 (dev)
18
+ ### 0.2
19
19
20
20
##### Breaking changes
21
21
@@ -28,6 +28,7 @@ On [Packagist](https://packagist.org/packages/data-values/javascript):
28
28
29
29
* #14 Decoupled the QUnit tests from the MediaWiki resource loader
30
30
* #16 Have the tests run on TravisCI using PhantomJS
31
+ * #18 Provided QUnit test runner using requireJS
31
32
32
33
### 0.1 (2013-12-23)
33
34
You can’t perform that action at this time.
0 commit comments