]> git.r.bdr.sh - rbdr/serpentity/blame - CHANGELOG.md
Make node components event emitters
[rbdr/serpentity] / CHANGELOG.md
CommitLineData
b3b840f8
RBR
1# Changelog
2All notable changes to this project will be documented in this file.
3
6b973876
RBR
44.1.0 - 2024-05-08
5- Make node components event emitters
6- Relicense as AGPL
7
84.0.0 - 2023-07-10
9- Adds editorconfig
10- Removes packaging / dist files
11- Removes all dependencies
12- Uses quick-lint-js instead of eslint
13- Uses EventTarget instead of Events
14- Uses node:test instead of code/lab
15- Removes yarn lockfile
16
173.0.2 - 2020-03-09
62bc93dd
BB
18- Remove browserslist config as it was having even more trouble with parcel
19- Use CJS for webpack
20- Require node 13
21
6b973876 223.0.1 - 2020-03-09
62bc93dd
BB
23- Use default config for browserslist as it was having trouble with parcel
24
6b973876 253.0.0 - 2020-03-09
5f26f629
BB
26- Use module syntax
27- Update dependencies
28- Use Apache-2.0 license
29- References to github corrected to point to gitlab
30
6b973876
RBR
312.1.0 - 2017-04-12
32- Adds events dependency
33- Adds nodeAdded and nodeRemoved events
2dd44b59
BB
34- getNodes returns entire nodeCollection instead of its node property
35- NodeCollection is iterable now
36
6b973876 372.0.0 - 2017-04-12
b3b840f8 38- Adds hapi eslint config
c755bac7 39- Adds travis integration
6b973876
RBR
40- Adds this CHANGELOG
41- Adds A contributing file
c755bac7 42- Uses webpack to generate the bundle
b3b840f8
RBR
43- Converts tests to lab
44- Converts to use only commonJS
45
6b973876 461.0.0 - 2016-03-28
b3b840f8
RBR
47- Converts to ES6
48
6b973876 49v0.1.7 - 2014-08-20
b3b840f8
RBR
50- Renames add to addComponent
51
6b973876 52v0.1.6 - 2014-08-12
b3b840f8
RBR
53- Makes component class extendable
54
6b973876 55v0.1.5 - 2014-08-12
b3b840f8 56- Separates minimized from non-minimized JS distribution
b3b840f8
RBR
57- Fixes class based lookup of node collections
58
6b973876 59v0.1.4 - 2014-08-12
b3b840f8 60- Adds component accessor
b3b840f8
RBR
61- Fixes check of component existence
62- Fixes check for duplicate additions
63- Stores components as an array
64
6b973876 65v0.1.3 - 2014-08-11
b3b840f8 66- Initial Release