File tree Expand file tree Collapse file tree 4 files changed +13
-3
lines changed Expand file tree Collapse file tree 4 files changed +13
-3
lines changed Original file line number Diff line number Diff line change @@ -4,8 +4,18 @@ All notable changes to this project will be documented in this file. Dates are d
4
4
5
5
Generated by [ ` auto-changelog ` ] ( https://github.com/CookPete/auto-changelog ) .
6
6
7
+ #### [ v0.0.6] ( https://github.com/Celtian/ngx-nullable/compare/v0.0.5...v0.0.6 )
8
+
9
+ - Angular 19 [ ` #5 ` ] ( https://github.com/Celtian/ngx-nullable/pull/5 )
10
+ - chore(deps): deps updated [ ` 52c0ac4 ` ] ( https://github.com/Celtian/ngx-nullable/commit/52c0ac404f21980d0686e888a2fb9c6daa12f223 )
11
+ - chore(eslint): rule added [ ` f4a479e ` ] ( https://github.com/Celtian/ngx-nullable/commit/f4a479e904a45b93e1439d61a3e653d906de72ca )
12
+ - chore(readme): angular version changed [ ` 051b855 ` ] ( https://github.com/Celtian/ngx-nullable/commit/051b8557f2cb80d61b2f72d93910805f45deb1f1 )
13
+
7
14
#### [ v0.0.5] ( https://github.com/Celtian/ngx-nullable/compare/v0.0.4...v0.0.5 )
8
15
16
+ > 11 November 2024
17
+
18
+ - chore(update): patch release 0.0.5 🐛 [ ` f7f6b00 ` ] ( https://github.com/Celtian/ngx-nullable/commit/f7f6b00a8bdb5612ce52791196895b908f36c637 )
9
19
- chore(codecov): config changed [ ` 5b7ae77 ` ] ( https://github.com/Celtian/ngx-nullable/commit/5b7ae77ed15d7ee2f051f637a787479cbe7cfa69 )
10
20
11
21
#### [ v0.0.4] ( https://github.com/Celtian/ngx-nullable/compare/v0.0.3...v0.0.4 )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " ngx-nullable" ,
3
- "version" : " 0.0.5 " ,
3
+ "version" : " 0.0.6 " ,
4
4
"author" : {
5
5
"name" : " Dominik Hladík" ,
6
6
Original file line number Diff line number Diff line change 14
14
15
15
This library provides a way to make properties nullable in Angular templates.
16
16
17
- > ✓ _ Angular 18 compatible_
17
+ > ✓ _ Angular 19 compatible_
18
18
19
19
Here's the [ demo] ( http://celtian.github.io/ngx-nullable/ )
20
20
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " ngx-nullable" ,
3
- "version" : " 0.0.5 " ,
3
+ "version" : " 0.0.6 " ,
4
4
"author" : {
5
5
"name" : " Dominik Hladík" ,
6
6
You can’t perform that action at this time.
0 commit comments