UNPKG

1.05 kBMarkdownView Raw
1# Armature Change Log
2
3## 1.0.0-alpha1
4- Deprecated old decorators, added `@Properties`
5- Changed `data-id` attribute to `data-armid` like React's `data-reactid`
6- `$inflate` and `$deflate` now properly behave with nested components
7- Added `ComponentStore`, which is added to when `@Properties` is used
8- `Component#$locate` is now recursive
9- Classes are now properly added in `Component#$ensureElement`
10- Removed `Object.assign` requirements, now using `object-assign`
11
12## 0.1.4
13- Reformatted Karma configuration
14- Expanded test suite
15- Removed default export on `armature/Component`
16- Browserify bundle is now standalone, which allows for better consumption
17
18## 0.1.3
19- Added `Component#$getTypeName()`
20- Updated `Component#getIdentifier` to use `getTypeName`
21- Added documentation to most methods
22- Added test suite (Mocha, Chai, and Karma)
23 - Test coverage is incomplete
24- Removed 'debug' build path
25
26## 0.1.1, 0.1.2
27- Fixed typos and build regressions
28
29## 0.1.0
30- Initial release
31- Based on internal prototype
\No newline at end of file