@iebh/tera-fy 1.2.2 → 1.3.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,29 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.3.1](https://github.com/IEBH/TERA-fy/compare/v1.3.0...v1.3.1) (2024-04-16)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * Various missing fields for the ProjectFile interface ([8858a9f](https://github.com/IEBH/TERA-fy/commit/8858a9f1a523a9bb86b74e831b752f3fd562f02a))
9
+
10
+
11
+ ### Features
12
+
13
+ * setProjectStateDefaults() can now accept an entire object to default-merge ([5d9a1f5](https://github.com/IEBH/TERA-fy/commit/5d9a1f5383c2d6de9ffa818b380c9cc669d42b85))
14
+
15
+ # [1.3.0](https://github.com/IEBH/TERA-fy/compare/v1.2.2...v1.3.0) (2024-04-15)
16
+
17
+
18
+ ### Bug Fixes
19
+
20
+ * Export projectFile ([d4940f3](https://github.com/IEBH/TERA-fy/commit/d4940f3dfcb7c5da5b9a6fbfb2a600be60703ed8))
21
+
22
+
23
+ ### Features
24
+
25
+ * ProjectFile.{serialize,deserialize}() functions ([d6c69f5](https://github.com/IEBH/TERA-fy/commit/d6c69f5a225b819d6fd63e7fc13670cadc8478e9))
26
+
3
27
  ## [1.2.2](https://github.com/IEBH/TERA-fy/compare/v1.2.1...v1.2.2) (2024-04-11)
4
28
 
5
29
  ## [1.2.1](https://github.com/IEBH/TERA-fy/compare/v1.2.0...v1.2.1) (2024-04-11)