summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
blob: 463119384865983bf6063d076a594abeeaca009e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
# Changelog
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).


## [3.0.2] - 2020-03-09
### Changed
- Remove browserslist config as it was having even more trouble with parcel
- Use CJS for webpack
- Require node 13

## [3.0.1] - 2020-03-09
### Changed
- Use default config for browserslist as it was having trouble with parcel

## [3.0.0] - 2020-03-09
### Changed
- Use module syntax
- Update dependencies
- Use Apache-2.0 license
- References to github corrected to point to gitlab

## [2.1.0] - 2017-04-12
### Added
- Events dependency
- nodeAdded and nodeRemoved events

### Changed
- getNodes returns entire nodeCollection instead of its node property
- NodeCollection is iterable now

## [2.0.0] - 2017-04-12
### Added
- Adds hapi eslint config
- Adds travis integration
- This CHANGELOG
- A contributing file

### Changed
- Uses webpack to generate the bundle
- Converts tests to lab
- Converts to use only commonJS

## [1.0.0] - 2016-03-28
### Changed
- Converts to ES6

## [v0.1.7] - 2014-08-20
### Changed
- Renames add to addComponent

## [v0.1.6] - 2014-08-12
### Changed
- Makes component class extendable

## [v0.1.5] - 2014-08-12
### Added
- Separates minimized from non-minimized JS distribution

### Changed
- Fixes class based lookup of node collections

## [v0.1.4] - 2014-08-12
### Added
- Adds component accessor

### Changed
- Fixes check of component existence
- Fixes check for duplicate additions
- Stores components as an array

## v0.1.3 - 2014-08-11
### Added
- Initial Release

[Unreleased]: https://gitlab.com/serpentity/serpentity/compare/master...develop
[v0.1.4]: https://gitlab.com/serpentity/serpentity/compare/v0.1.3...v0.1.4
[v0.1.5]: https://gitlab.com/serpentity/serpentity/compare/v0.1.4...v0.1.5
[v0.1.6]: https://gitlab.com/serpentity/serpentity/compare/v0.1.5...v0.1.6
[v0.1.7]: https://gitlab.com/serpentity/serpentity/compare/v0.1.6...v0.1.7
[1.0.0]: https://gitlab.com/serpentity/serpentity/compare/v0.1.7...1.0.0
[2.0.0]: https://gitlab.com/serpentity/serpentity/compare/1.0.0...2.0.0
[2.1.0]: https://gitlab.com/serpentity/serpentity/compare/2.0.0...2.1.0
[3.0.0]: https://gitlab.com/serpentity/serpentity/compare/2.1.0...3.0.0
[3.0.1]: https://gitlab.com/serpentity/serpentity/compare/3.0.0...3.0.1
[3.0.2]: https://gitlab.com/serpentity/serpentity/compare/3.0.1...3.0.2