File tree Expand file tree Collapse file tree 5 files changed +3
-421
lines changed
tests/src/valueFormatters Expand file tree Collapse file tree 5 files changed +3
-421
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,9 @@ On [Packagist](https://packagist.org/packages/data-values/javascript):
1111
1212## Release notes
1313
14+ ### 0.9.0 (dev)
15+ * Removed ` ValueFormatterStore ` .
16+
1417### 0.8.4 (2017-07-18)
1518* Updated JSDoc tags mistakenly requiring objects.
1619* Removed an unused dependency on ` composer/installers ` .
Original file line number Diff line number Diff line change @@ -107,10 +107,6 @@ this.config = ( function() {
107107 'valueFormatters/valueFormatters' : {
108108 exports : 'valueFormatters'
109109 } ,
110- 'valueFormatters/ValueFormatterStore' : {
111- exports : 'valueFormatters.ValueFormatterStore' ,
112- deps : [ 'valueFormatters/valueFormatters' , 'jquery' ]
113- } ,
114110
115111 'formatters/NullFormatter' : [
116112 'valueFormatters/valueFormatters' ,
@@ -219,7 +215,6 @@ this.config = ( function() {
219215 'tests/src/values/UnDeserializableValue.tests' ,
220216
221217 'tests/src/valueFormatters/valueFormatters.tests' ,
222- 'tests/src/valueFormatters/ValueFormatterStore.tests' ,
223218
224219 'tests/src/valueFormatters/formatters/NullFormatter.tests' ,
225220 'tests/src/valueFormatters/formatters/StringFormatter.tests' ,
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 3131 ],
3232 ],
3333
34- 'valueFormatters.ValueFormatterStore ' => $ moduleTemplate + [
35- 'scripts ' => [
36- 'ValueFormatterStore.js ' ,
37- ],
38- 'dependencies ' => [
39- 'valueFormatters ' ,
40- ],
41- ],
42-
4334 'valueFormatters.formatters ' => $ moduleTemplate + [
4435 'scripts ' => [
4536 'formatters/NullFormatter.js ' ,
You can’t perform that action at this time.
0 commit comments