]>
Commit | Line | Data |
---|---|---|
b3b840f8 RBR |
1 | # Changelog |
2 | All notable changes to this project will be documented in this file. | |
3 | ||
4 | The format is based on [Keep a Changelog](http://keepachangelog.com/) | |
5 | and this project adheres to [Semantic Versioning](http://semver.org/). | |
6 | ||
5f26f629 BB |
7 | ## [3.0.0] - 2020-03-09 |
8 | ### Changed | |
9 | - Use module syntax | |
10 | - Update dependencies | |
11 | - Use Apache-2.0 license | |
12 | - References to github corrected to point to gitlab | |
13 | ||
64862f90 BB |
14 | ## [2.1.0] - 2017-04-12 |
15 | ### Added | |
16 | - Events dependency | |
17 | - nodeAdded and nodeRemoved events | |
18 | ||
2dd44b59 BB |
19 | ### Changed |
20 | - getNodes returns entire nodeCollection instead of its node property | |
21 | - NodeCollection is iterable now | |
22 | ||
c755bac7 | 23 | ## [2.0.0] - 2017-04-12 |
b3b840f8 RBR |
24 | ### Added |
25 | - Adds hapi eslint config | |
c755bac7 | 26 | - Adds travis integration |
b3b840f8 RBR |
27 | - This CHANGELOG |
28 | - A contributing file | |
b3b840f8 RBR |
29 | |
30 | ### Changed | |
c755bac7 | 31 | - Uses webpack to generate the bundle |
b3b840f8 RBR |
32 | - Converts tests to lab |
33 | - Converts to use only commonJS | |
34 | ||
b3b840f8 RBR |
35 | ## [1.0.0] - 2016-03-28 |
36 | ### Changed | |
37 | - Converts to ES6 | |
38 | ||
39 | ## [v0.1.7] - 2014-08-20 | |
40 | ### Changed | |
41 | - Renames add to addComponent | |
42 | ||
43 | ## [v0.1.6] - 2014-08-12 | |
44 | ### Changed | |
45 | - Makes component class extendable | |
46 | ||
47 | ## [v0.1.5] - 2014-08-12 | |
48 | ### Added | |
49 | - Separates minimized from non-minimized JS distribution | |
50 | ||
51 | ### Changed | |
52 | - Fixes class based lookup of node collections | |
53 | ||
54 | ## [v0.1.4] - 2014-08-12 | |
55 | ### Added | |
56 | - Adds component accessor | |
57 | ||
58 | ### Changed | |
59 | - Fixes check of component existence | |
60 | - Fixes check for duplicate additions | |
61 | - Stores components as an array | |
62 | ||
63 | ## v0.1.3 - 2014-08-11 | |
64 | ### Added | |
65 | - Initial Release | |
66 | ||
5f26f629 BB |
67 | [Unreleased]: https://gitlab.com/serpentity/serpentity/compare/master...develop |
68 | [v0.1.4]: https://gitlab.com/serpentity/serpentity/compare/v0.1.3...v0.1.4 | |
69 | [v0.1.5]: https://gitlab.com/serpentity/serpentity/compare/v0.1.4...v0.1.5 | |
70 | [v0.1.6]: https://gitlab.com/serpentity/serpentity/compare/v0.1.5...v0.1.6 | |
71 | [v0.1.7]: https://gitlab.com/serpentity/serpentity/compare/v0.1.6...v0.1.7 | |
72 | [1.0.0]: https://gitlab.com/serpentity/serpentity/compare/v0.1.7...1.0.0 | |
73 | [2.0.0]: https://gitlab.com/serpentity/serpentity/compare/1.0.0...2.0.0 | |
74 | [2.1.0]: https://gitlab.com/serpentity/serpentity/compare/2.0.0...2.1.0 | |
75 | [3.0.0]: https://gitlab.com/serpentity/serpentity/compare/2.1.0...3.0.0 |