Skip to content

Commit 456202a

Browse files
chore: release 0.3.0
1 parent e8cff9b commit 456202a

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
<a name="0.3.0"></a>
2+
3+
# [0.3.0](https://github.com/brandonroberts/angular-routing/compare/0.2.2...0.3.0) (2020-12-02)
4+
5+
### Features
6+
7+
- **router:** add ability to unregister a route ([#60](https://github.com/brandonroberts/angular-routing/issues/60)) ([e8cff9b](https://github.com/brandonroberts/angular-routing/commit/e8cff9b)), closes [#49](https://github.com/brandonroberts/angular-routing/issues/49)
8+
- add deep comparison of params ([#52](https://github.com/brandonroberts/angular-routing/issues/52)) ([1075b43](https://github.com/brandonroberts/angular-routing/commit/1075b43))
9+
- sort routes based on path and matching priority ([00564b4](https://github.com/brandonroberts/angular-routing/commit/00564b4)), closes [#48](https://github.com/brandonroberts/angular-routing/issues/48)
10+
- use deep compare for checking params ([#57](https://github.com/brandonroberts/angular-routing/issues/57)) ([65ea7b6](https://github.com/brandonroberts/angular-routing/commit/65ea7b6))
11+
112
<a name="0.2.2"></a>
213

314
## [0.2.2](https://github.com/brandonroberts/angular-routing/compare/0.2.1...0.2.2) (2020-08-04)

libs/angular-routing/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-routing",
3-
"version": "0.2.2",
3+
"version": "0.3.0",
44
"description": "A declarative router for Angular applications",
55
"schematics": "./schematics/collection.json",
66
"ng-add": {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-routing",
3-
"version": "0.2.2",
3+
"version": "0.3.0",
44
"license": "MIT",
55
"scripts": {
66
"ng": "nx",

0 commit comments

Comments
 (0)