Skip to content

Commit 3b993f0

Browse files
committed
1.5.1
1 parent af826d0 commit 3b993f0

File tree

6 files changed

+452
-122
lines changed

6 files changed

+452
-122
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 1.5.1 (2016-02-10)
2+
- Added thorough inline documentation, migrated to jasmine 2.0 and added tests against angular 1.5.0 (thanks to [wingedfox](https://github.com/wingedfox)).
3+
- Fixed memory leak with watchers are not torn down properly on route change ([#106](https://github.com/artch/angular-route-segment/issues/106), thanks to [jgrund](https://github.com/jgrund)).
4+
15
# 1.5.0 (2015-06-15)
26

37
- Changed `$routeSegmentProvider.when` signature to `when(path, name, route)` which enables to extend the route information object with any custom properties, like `reloadOnSearch` or `caseInsensitiveMatch` ([425ac](https://github.com/artch/angular-route-segment/commit/1c21f9f40855cf9d8a74f6a760471b0eae7425ac)) thanks to [krmarien](https://github.com/krmarien).

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-route-segment",
3-
"version": "1.5.0",
3+
"version": "1.5.1",
44
"main": "build/angular-route-segment.js",
55
"ignore": [
66
"**/.*",

0 commit comments

Comments
 (0)