]>
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 | ||
62bc93dd BB |
7 | |
8 | ## [3.0.2] - 2020-03-09 | |
9 | ### Changed | |
10 | - Remove browserslist config as it was having even more trouble with parcel | |
11 | - Use CJS for webpack | |
12 | - Require node 13 | |
13 | ||
14 | ## [3.0.1] - 2020-03-09 | |
15 | ### Changed | |
16 | - Use default config for browserslist as it was having trouble with parcel | |
17 | ||
5f26f629 BB |
18 | ## [3.0.0] - 2020-03-09 |
19 | ### Changed | |
20 | - Use module syntax | |
21 | - Update dependencies | |
22 | - Use Apache-2.0 license | |
23 | - References to github corrected to point to gitlab | |
24 | ||
64862f90 BB |
25 | ## [2.1.0] - 2017-04-12 |
26 | ### Added | |
27 | - Events dependency | |
28 | - nodeAdded and nodeRemoved events | |
29 | ||
2dd44b59 BB |
30 | ### Changed |
31 | - getNodes returns entire nodeCollection instead of its node property | |
32 | - NodeCollection is iterable now | |
33 | ||
c755bac7 | 34 | ## [2.0.0] - 2017-04-12 |
b3b840f8 RBR |
35 | ### Added |
36 | - Adds hapi eslint config | |
c755bac7 | 37 | - Adds travis integration |
b3b840f8 RBR |
38 | - This CHANGELOG |
39 | - A contributing file | |
b3b840f8 RBR |
40 | |
41 | ### Changed | |
c755bac7 | 42 | - Uses webpack to generate the bundle |
b3b840f8 RBR |
43 | - Converts tests to lab |
44 | - Converts to use only commonJS | |
45 | ||
b3b840f8 RBR |
46 | ## [1.0.0] - 2016-03-28 |
47 | ### Changed | |
48 | - Converts to ES6 | |
49 | ||
50 | ## [v0.1.7] - 2014-08-20 | |
51 | ### Changed | |
52 | - Renames add to addComponent | |
53 | ||
54 | ## [v0.1.6] - 2014-08-12 | |
55 | ### Changed | |
56 | - Makes component class extendable | |
57 | ||
58 | ## [v0.1.5] - 2014-08-12 | |
59 | ### Added | |
60 | - Separates minimized from non-minimized JS distribution | |
61 | ||
62 | ### Changed | |
63 | - Fixes class based lookup of node collections | |
64 | ||
65 | ## [v0.1.4] - 2014-08-12 | |
66 | ### Added | |
67 | - Adds component accessor | |
68 | ||
69 | ### Changed | |
70 | - Fixes check of component existence | |
71 | - Fixes check for duplicate additions | |
72 | - Stores components as an array | |
73 | ||
74 | ## v0.1.3 - 2014-08-11 | |
75 | ### Added | |
76 | - Initial Release | |
77 | ||
5f26f629 BB |
78 | [Unreleased]: https://gitlab.com/serpentity/serpentity/compare/master...develop |
79 | [v0.1.4]: https://gitlab.com/serpentity/serpentity/compare/v0.1.3...v0.1.4 | |
80 | [v0.1.5]: https://gitlab.com/serpentity/serpentity/compare/v0.1.4...v0.1.5 | |
81 | [v0.1.6]: https://gitlab.com/serpentity/serpentity/compare/v0.1.5...v0.1.6 | |
82 | [v0.1.7]: https://gitlab.com/serpentity/serpentity/compare/v0.1.6...v0.1.7 | |
83 | [1.0.0]: https://gitlab.com/serpentity/serpentity/compare/v0.1.7...1.0.0 | |
84 | [2.0.0]: https://gitlab.com/serpentity/serpentity/compare/1.0.0...2.0.0 | |
85 | [2.1.0]: https://gitlab.com/serpentity/serpentity/compare/2.0.0...2.1.0 | |
86 | [3.0.0]: https://gitlab.com/serpentity/serpentity/compare/2.1.0...3.0.0 | |
62bc93dd BB |
87 | [3.0.1]: https://gitlab.com/serpentity/serpentity/compare/3.0.0...3.0.1 |
88 | [3.0.2]: https://gitlab.com/serpentity/serpentity/compare/3.0.1...3.0.2 |