UNPKG
navigation-stack
Version:
latest (0.5.3)
0.5.3
0.5.2
0.5.1
0.5.0
0.4.0
0.3.1
0.3.0
0.2.0
0.1.3
0.1.2
0.1.1
0.1.0
Handles navigation in a web browser
gitlab.com/catamphetamine/navigation-stack
navigation-stack
/
CHANGELOG.md
13 lines
(9 loc)
•
272 B
Markdown
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
# 0.5.0 / 07.09.2025
-
Added
`location.index`
property.
-
`location.operation`
is now lowercase:
-
`"INIT"`
→
`"init"`
-
`"PUSH"`
→
`"push"`
-
`"REPLACE"`
→
`"replace"`
-
`"SHIFT"`
→
`"shift"`
# 0.4.0 / 06.09.2025
-
Initial release after a refactoring.