File tree Expand file tree Collapse file tree 4 files changed +14
-3
lines changed Expand file tree Collapse file tree 4 files changed +14
-3
lines changed Original file line number Diff line number Diff line change @@ -4,9 +4,20 @@ 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.2.0] ( https://github.com/Celtian/ngx-nullable/compare/v0.1.1...v0.2.0 )
8
+
9
+ - feat(node): node updated [ ` #10 ` ] ( https://github.com/Celtian/ngx-nullable/pull/10 )
10
+ - Angular 20 [ ` #9 ` ] ( https://github.com/Celtian/ngx-nullable/pull/9 )
11
+ - chore(deps): deps updated [ ` 9d64108 ` ] ( https://github.com/Celtian/ngx-nullable/commit/9d64108fe4eac9d0a9b71d2638a6c3fda6bb9840 )
12
+ - chore(workflows): node decreased [ ` d137e8b ` ] ( https://github.com/Celtian/ngx-nullable/commit/d137e8b48217cc3ab0d67087de9fe5612cf55f48 )
13
+ - chore(node): node updated [ ` f7905e2 ` ] ( https://github.com/Celtian/ngx-nullable/commit/f7905e20395b945a285ae9ba3380364587216c4a )
14
+
7
15
#### [ v0.1.1] ( https://github.com/Celtian/ngx-nullable/compare/v0.1.0...v0.1.1 )
8
16
17
+ > 14 April 2025
18
+
9
19
- chore(deps): deps updated [ ` #8 ` ] ( https://github.com/Celtian/ngx-nullable/pull/8 )
20
+ - chore(update): patch release 0.1.1 🐛 [ ` 517f7a3 ` ] ( https://github.com/Celtian/ngx-nullable/commit/517f7a3055dbcee6b1a4a8a1faf7e3df7fdf4776 )
10
21
11
22
#### [ v0.1.0] ( https://github.com/Celtian/ngx-nullable/compare/v0.0.6...v0.1.0 )
12
23
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " ngx-nullable" ,
3
- "version" : " 0.1.1 " ,
3
+ "version" : " 0.2.0 " ,
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 19 compatible_
17
+ > ✓ _ Angular 20 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.1.1 " ,
3
+ "version" : " 0.2.0 " ,
4
4
"author" : {
5
5
"name" : " Dominik Hladík" ,
6
6
You can’t perform that action at this time.
0 commit comments