forked from aleluis79/ngx-avatars
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCHANGELOG
More file actions
76 lines (57 loc) · 1.61 KB
/
CHANGELOG
File metadata and controls
76 lines (57 loc) · 1.61 KB
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
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [1.8.0]
- Migrate to Angular V18
## [1.7.0]
- Migrate to Angular V17
## [1.6.1]
- Fix issues with build
## [1.6.0]
- Migrate to Angular V16
## [1.5.0]
- Migrate to Angular V15
## [1.4.1]
- Updated several dependencies
## [1.4.0] - 2022-06-03
- Migrate to Angular V14
## [1.3.2] - 2022-05-23
- Add referrerpolicy option to the img tag configurations
- Update dependencies
- Remove codelyzer
# [1.3.1] - 2022-02-14
- Update Angular to 13.2.2
- Update ESLint
- Update Jest
- Update TSLint and types
# [1.3.0] - 2022-01-24
- Added ability to disable src cache
- Added missing postinstall hook for Husky in package.json
# [1.2.1] - 2022-01-24
- Add Husky Git Hooks
- Migrate from TSLint to ESLint
#Fixed
- Updated several dependencies
- Update Angular minor version
## [1.2.0] - 2021-11-07
### Fixed
- Migrate Angular to V13.
- Migrate RXJS to V7.4.0
- Migrate from Karma & Jasmine to Jest
## [1.1.2] - 2021-11-03
### Fixed
- Fixed TravisCI support for Yarn compatible with Angular 12.x.x
- Fixed linux build paths to export the dependency
## [1.1.1] - 2021-09-05
### Added
- Fix release package versioning
## [1.1.0] - 2021-09-05
### Added
- Update Angular to V12
- Update various dependencies and testing dependencies
- Update RXJS version. It now supports 7.x.x, with 6.6.7 being the minimum
## [1.0.0] - 2021-03-07
### Added
- Initial release of NGX Avatars
- Update Angular to V11