]> git.r.bdr.sh - rbdr/serpentity/blob - CHANGELOG.md
Make node components event emitters
[rbdr/serpentity] / CHANGELOG.md
1 # Changelog
2 All notable changes to this project will be documented in this file.
3
4 4.1.0 - 2024-05-08
5 - Make node components event emitters
6 - Relicense as AGPL
7
8 4.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
17 3.0.2 - 2020-03-09
18 - Remove browserslist config as it was having even more trouble with parcel
19 - Use CJS for webpack
20 - Require node 13
21
22 3.0.1 - 2020-03-09
23 - Use default config for browserslist as it was having trouble with parcel
24
25 3.0.0 - 2020-03-09
26 - Use module syntax
27 - Update dependencies
28 - Use Apache-2.0 license
29 - References to github corrected to point to gitlab
30
31 2.1.0 - 2017-04-12
32 - Adds events dependency
33 - Adds nodeAdded and nodeRemoved events
34 - getNodes returns entire nodeCollection instead of its node property
35 - NodeCollection is iterable now
36
37 2.0.0 - 2017-04-12
38 - Adds hapi eslint config
39 - Adds travis integration
40 - Adds this CHANGELOG
41 - Adds A contributing file
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 - Converts to ES6
48
49 v0.1.7 - 2014-08-20
50 - Renames add to addComponent
51
52 v0.1.6 - 2014-08-12
53 - Makes component class extendable
54
55 v0.1.5 - 2014-08-12
56 - Separates minimized from non-minimized JS distribution
57 - Fixes class based lookup of node collections
58
59 v0.1.4 - 2014-08-12
60 - Adds component accessor
61 - Fixes check of component existence
62 - Fixes check for duplicate additions
63 - Stores components as an array
64
65 v0.1.3 - 2014-08-11
66 - Initial Release