You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+8-3Lines changed: 8 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,13 +14,18 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
14
14
15
15
---
16
16
17
-
## [1.X.X] - 2023-XX-XX
17
+
## [1.2.7] - 2023-04-26
18
+
19
+
### Added
20
+
21
+
- Implement `Get as close as possible` option when the path is blocked ([Issue #10, @sefabaser](https://github.com/digitsensitive/astar-typescript/issues/10))
18
22
19
23
### Changed
20
24
21
25
- Update most dependencies in `./` and `./example`
22
-
- Update Copyright to 2013 in different locations
23
-
- Small optimizations in `grid.ts`
26
+
- Update Copyright to 2023 in different locations
27
+
- Small optimizations in `grid.ts` and `util.ts`
28
+
- Add `CopyPlugin` and `HtmlWebpackPlugin` to webpack
0 commit comments