UNPKG

decca

Version:

Render interfaces using pure functions and virtual DOM, kinda

89 lines (55 loc) 2.28 kB
## [v2.3.0] > Apr 8, 2017 - [#327] - Update compatibility with SystemJS and JSPM. ([@mikz]) ## [v2.2.2] > Aug 29, 2016 - [#195] - Allow pure components in string renderer. ([#196], [@borisirota]) [v2.2.2]: https://github.com/rstacruz/decca/compare/v2.2.1...v2.2.2 ## [v2.2.1] > Aug 12, 2016 - Make the npm package slimmer by excluding docs; no functional changes. [v2.2.1]: https://github.com/rstacruz/decca/compare/v2.2.0...v2.2.1 ## [v2.2.0] > Aug 12, 2016 - Pure (function-only) components are now supported. [v2.2.0]: https://github.com/rstacruz/decca/compare/v2.1.0...v2.2.0 ## [v2.1.0] > Jun 1, 2016 - [#12] - Fix not being able to use camelCase properties (like `accessKey`). ([#130], [@mikz]) [v2.1.0]: https://github.com/rstacruz/decca/compare/v2.0.1...v2.1.0 ## [v2.0.1] > Jan 16, 2016 - Fix string rendering inserting random commas. [v2.0.1]: https://github.com/rstacruz/decca/compare/v2.0.0...v2.0.1 ## [v2.0.0] > Jan 10, 2016 - Removes `state`, `setState` and `initialState` - making decca fully 1:1 analogous to Deku v2.0.0-rc11 API. For states, use [deku-stateful]. [deku-stateful]: https://www.npmjs.com/package/deku-stateful [v2.0.0]: https://github.com/rstacruz/decca/compare/v1.2.1...v2.0.0 ## [v1.2.1] > Jan 8, 2016 - More optimizations. ## [v1.2.0] > Jan 8, 2016 - Some minor optimizations to make rendering faster between passes. ## [v1.0.0] > Jan 1, 2016 - Renamed from 'not-deku' to 'decca'. No functional changes since v0.1.0. ## [v0.1.0] > Jan 1, 2016 - Many changes... but we're now Deku v2 compliant. ## [v0.0.1] > Dec 30, 2015 - Initial release. [v0.0.1]: https://github.com/rstacruz/decca/tree/v0.0.1 [v0.1.0]: https://github.com/rstacruz/decca/compare/v0.0.1...v0.1.0 [v1.0.0]: https://github.com/rstacruz/decca/compare/v0.1.0...v1.0.0 [v1.2.0]: https://github.com/rstacruz/decca/compare/v1.0.0...v1.2.0 [v1.2.1]: https://github.com/rstacruz/decca/compare/v1.2.0...v1.2.1 [#12]: https://github.com/rstacruz/decca/issues/12 [#130]: https://github.com/rstacruz/decca/issues/130 [@mikz]: https://github.com/mikz [#195]: https://github.com/rstacruz/decca/issues/195 [#196]: https://github.com/rstacruz/decca/issues/196 [@borisirota]: https://github.com/borisirota [#327]: https://github.com/rstacruz/decca/issues/327