@markw65/monkeyc-optimizer 1.0.10 → 1.0.13

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
@@ -100,3 +100,44 @@ More fixes found via open source projects.
100
100
  - Add some typing via jsdoc, and turn on ts validation in vscode
101
101
  - Bump to @markw65/prettier-plugin-monkeyc:1.0.16 so ts recognizes its exports
102
102
  - Add [garmin/connectiq-apps](https://github.com/garmin/connectiq-apps) and fix some minor issues it revealed
103
+
104
+ ### 1.0.11
105
+
106
+ - Improvements
107
+
108
+ - Add option to run tests (for projects that have them)
109
+ - Add getProjectAnalysis api, to support various language features in @markw65/prettier-extension-monkeyc
110
+
111
+ - Bug fixes
112
+
113
+ - Fix lookup of self/me
114
+
115
+ - Code cleanup
116
+ - More typing. Check that build options match previous ones before re-using the optimized files
117
+ - Move everything over to typescript
118
+ - The project was becoming hard to maintain due to too much ad-hoc dynamic typing. This should allow easier/safer refactors and code cleanup.
119
+ - Refactoring to make analysis available in prettier-extension-monkeyc
120
+ - Generate .d.ts, and drop unneeded paths/resolve.alias
121
+ - Pull in a typed version of @markw65/prettier-plugin-monkeyc
122
+
123
+ ### 1.0.12
124
+
125
+ - Fix connectiq and vscode paths on linux, and better error reporting when they're missing
126
+
127
+ ### 1.0.13
128
+
129
+ - Improvements
130
+
131
+ - Add displayName to deviceInfo (for getTargetDevices in prettier-extenion-monkeyc)
132
+ - Throw a better error when we fail to read a jungle file
133
+ - Don't try to optimize barrel projects
134
+
135
+ - Code cleanup
136
+
137
+ - Update to @markw65/prettier-plugin-monkeyc@1.0.20 for mctree fixes
138
+ - Enable typescript strict checks
139
+ - Turn off synthetic default imports, and fix issues
140
+ - Better manifest typing
141
+
142
+ - Tests
143
+ - Add date/time to test logging