]> git.r.bdr.sh - rbdr/serpentity/blob - CHANGELOG.md
463119384865983bf6063d076a594abeeaca009e
[rbdr/serpentity] / CHANGELOG.md
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
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
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
25 ## [2.1.0] - 2017-04-12
26 ### Added
27 - Events dependency
28 - nodeAdded and nodeRemoved events
29
30 ### Changed
31 - getNodes returns entire nodeCollection instead of its node property
32 - NodeCollection is iterable now
33
34 ## [2.0.0] - 2017-04-12
35 ### Added
36 - Adds hapi eslint config
37 - Adds travis integration
38 - This CHANGELOG
39 - A contributing file
40
41 ### Changed
42 - Uses webpack to generate the bundle
43 - Converts tests to lab
44 - Converts to use only commonJS
45
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
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
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