@markw65/monkeyc-optimizer 1.0.7 → 1.0.8

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/README.md CHANGED
@@ -56,4 +56,29 @@ More fixes found via open source projects.
56
56
  - Add support for a 'pick-one' device to aid testing
57
57
  - Add a flag to remote projects to prevent trying to build them (some projects are broken to start with)
58
58
 
59
- ---
59
+ ### 1.0.8
60
+
61
+ - Improvements
62
+
63
+ - Update to @markw65/prettier-plugin-monkeyc:1.0.14
64
+ - Parse and respect \<build\> instructions in resource files
65
+ - Add minimal barrel support
66
+ - Better checking for whether the optimized source is up to date
67
+ - Rename locals which would be marked re-declaring
68
+
69
+ - Bug Fixes
70
+
71
+ - Generate the default jungle dynamically, since sdk/bin/default.jungle is generated lazily, and may not exist in newly installed sdks, or may be out of date after device installations.
72
+ - Fix a bug generating language settings in optimized jungle
73
+ - Fix a bug introduced by pick-one: don't modify a shared array
74
+ - Don't allow src paths to navigate out of the optimized directory
75
+ - Fix some windows paths issues
76
+
77
+ - Tests
78
+ - More parallelism while fetching remote projects for testing
79
+ - Add option to build the original project, rather than the optimized one
80
+ - Add support for overriding build options on a per project basis
81
+ - Add an option so we only 'fix' the manifest when running remote projects
82
+ - Check the manifest's application id, and throw in a valid one if necessary
83
+ - Allow project specific overrides for the generated monkey.jungle files, and use it to fix some projects
84
+ - Add patches for some broken projects