Skip to content

Commit

Permalink
chore(release): 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tarsisexistence committed Oct 3, 2020
1 parent 0059b1e commit ee88201
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# 0.8.0 2020-10-03

Crucial release

- Improved parser script (~75% faster for large projects)
- Fixed issue with circular dependencies for `nx workspaces` (will generate a file in `rootDir`)
- Fixed issue with accessing empty path route
- Fixed issue with accessing property similar to array index
- Fixed issue with internal developer experience (debugging schematics)
- Renamed empty path route (was `root`, now `ROOT`)
- Updated usage example in documentation
- Updated dependencies

# 0.7.2 2020-09-22

- Fixed nx typescript "paths"
Expand Down
2 changes: 1 addition & 1 deletion package/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@routerkit/core",
"description": "the next-gen typed angular routes",
"version": "0.7.2",
"version": "0.8.0",
"author": "Max Tarsis (https://github.com/retarsis)",
"repository": {
"type": "git",
Expand Down

0 comments on commit ee88201

Please sign in to comment.