File tree Expand file tree Collapse file tree
crates/syncpack-specifier Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 14.2.1] ( https://github.com/JamieMason/syncpack/compare/14.2.0...14.2.1 ) (2026-03-21)
4+
5+ ### Bug Fixes
6+
7+ * ** cargo:** update dependencies ([ c6b8a0c] ( https://github.com/JamieMason/syncpack/commit/c6b8a0cd33d885a448bd5be4e6f98389b95db2cb ) )
8+
9+ ### Performance Improvements
10+
11+ * ** core:** avoid clone when reading props ([ e1dea16] ( https://github.com/JamieMason/syncpack/commit/e1dea165461ac7b2bbf85cc3534ce9a35c5fd280 ) )
12+ * ** core:** avoid reserialising json to compare ([ 422a26a] ( https://github.com/JamieMason/syncpack/commit/422a26ae46104c30e8cfcacb0a79e008fab9acb1 ) )
13+ * ** core:** detect indent/newline once ([ e476300] ( https://github.com/JamieMason/syncpack/commit/e4763006a6d9a98c719db3b932ae721f17e13182 ) )
14+ * ** specifier:** lazily create node_ [ range|version] ([ cc1eac7] ( https://github.com/JamieMason/syncpack/commit/cc1eac70726966cd81f38152e4f7ceb9d58d5d67 ) )
15+ * ** specifier:** optimise parsing ([ 9a91292] ( https://github.com/JamieMason/syncpack/commit/9a91292961e210a8081ac6130cd7bff10c86173f ) )
16+
317## [ 14.2.0] ( https://github.com/JamieMason/syncpack/compare/14.1.0...14.2.0 ) (2026-03-08)
418
519### Features
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ members = ["crates/syncpack-specifier"]
33
44[package ]
55name = " syncpack"
6- version = " 14.2.0 "
6+ version = " 14.2.1 "
77authors = [" Jamie Mason <jamie@foldleft.io>" ]
88edition = " 2021"
99homepage = " https://syncpack.dev"
Original file line number Diff line number Diff line change 11[package ]
22name = " syncpack-specifier"
3- version = " 0.1.0 "
3+ version = " 14.2.1 "
44authors = [" Jamie Mason <jamie@foldleft.io>" ]
55edition = " 2021"
66description = " npm version specifier parser and comparator"
Original file line number Diff line number Diff line change 11{
22 "name" : " syncpack" ,
33 "description" : " Consistent dependency versions in large JavaScript Monorepos" ,
4- "version" : " 14.2.0 " ,
4+ "version" : " 14.2.1 " ,
55 "author" : " Jamie Mason <jamie@foldleft.io> (https://github.com/JamieMason)" ,
66 "bugs" : " https://github.com/JamieMason/syncpack/issues" ,
77 "contributors" : [
You can’t perform that action at this time.
0 commit comments