Skip to content

Commit b8121f8

Browse files
chore(main): release 2.4.0 (#43)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 3e866de commit b8121f8

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## [2.4.0](https://github.com/ThatOpen/engine_fragment/compare/v2.3.0...v2.4.0) (2024-11-27)
4+
5+
6+
### Features
7+
8+
* add check for cached fragment files ([d9e7dde](https://github.com/ThatOpen/engine_fragment/commit/d9e7ddeb8242598c434f126acdc33399730870db))
9+
* allow to copy fragmentmaps ([ab138d6](https://github.com/ThatOpen/engine_fragment/commit/ab138d605e8a55eaaa064b627ee4a7e1213ccbb7))
10+
* allow to customize the property files name ([53253a5](https://github.com/ThatOpen/engine_fragment/commit/53253a583d1e15f4bdf9d111a65efaa772d7eb67))
11+
* allow to return whole fragment id map for fragments group ([01bc12f](https://github.com/ThatOpen/engine_fragment/commit/01bc12f043f179719285a54c453c033e4a6d03a9))
12+
* improve behavior when getting all fragments ([da3843f](https://github.com/ThatOpen/engine_fragment/commit/da3843f06fa9a32ecba68f142512f89f20abd4de))
13+
* provide both minified and non-minified build ([c6ff41f](https://github.com/ThatOpen/engine_fragment/commit/c6ff41fde9464087e6a628566728a3397996514e))
14+
* remove stringify from fragment map serializer ([092b24b](https://github.com/ThatOpen/engine_fragment/commit/092b24b560e1a18e80b16a0b620362efbe8286fa))
15+
316
## [2.3.0](https://github.com/ThatOpen/engine_fragment/compare/v2.2.0...v2.3.0) (2024-10-07)
417

518

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,5 @@
3333
"vite": "5.1.6",
3434
"vite-plugin-dts": "3.7.3"
3535
},
36-
"version": "2.3.0"
36+
"version": "2.4.0"
3737
}

0 commit comments

Comments
 (0)