File tree 2 files changed +9
-32
lines changed
2 files changed +9
-32
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
- All notable changes to this project will be documented in this file.
3
+ ### ⚠ BREAKING CHANGES
4
4
5
- The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
- and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
-
8
- ## [ UNRELEASED]
9
-
10
- ### Changed
11
-
12
- - 💥 BREAKING: Moved all of the package's non-browser-specific functionalities to the new ` @spuxx/js-utils ` package. This includes:
5
+ - Moved all of the package's non-browser-specific functionalities to the new ` @spuxx/js-utils ` package. This includes:
13
6
- ` ServiceMixin `
14
7
- ` IntlService `
15
8
- ` LoggerService `
16
9
- ` sleep ` , ` isEmptyOrWhitespace ` and ` deepMerge `
17
10
18
- ### Chores
19
-
20
- - Package source code has been movted into the [ jslibs] ( https://github.com/spuxx1701/jslibs ) monorepo.
21
-
22
- ## [ 0.3.0] - 2024-05-23
11
+ ## 0.3.0 (2024-05-23)
23
12
24
- ### Added
13
+ ### Features
25
14
26
15
- Added [ ` deepMerge ` ] ( /lib/utils/misc.utils.ts ) utility function.
27
16
28
- ## [ 0.2.0] - 2024-05-07
17
+ ## 0.2.0 ( 2024-05-07)
29
18
30
- ### Added
31
-
32
- - Added more information to ` package.json ` .
33
-
34
- ### Changed
19
+ ### Features
35
20
36
21
- ` DeviceManager ` service is now called ` UserAgent ` .
22
+ - Added more information to ` package.json ` .
37
23
38
- ### Fixed
24
+ ### Bug Fixes
39
25
40
26
- ` react.svg ` is no longer part of the build output.
41
27
- Fixed test app.
42
28
43
- ## [ 0.1.0] 2024-05-06
29
+ ## 0.1.0 ( 2024-05-06)
44
30
45
31
🌟 Initial release.
Original file line number Diff line number Diff line change 1
1
# Changelog
2
-
3
- All notable changes to this project will be documented in this file.
4
-
5
- The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
- and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
-
8
- ## [ UNRELEASED]
9
-
10
- 🌟 Initial release.
You can’t perform that action at this time.
0 commit comments