Closed zoehneto closed 6 years ago
Thanks! I just published 1.0.0-alpha.0
with the latest changes, and they can be tested by installing typewiz-node@next
, etc.
I plan to cut 1.0.0 as soon as we get the CLI ready (it's almost there - #60) as well as some automated test on a large code base (just to make sure our instrumentation doesn't product invalid TS code). I hope to get a beta release out this weekend.
Great. I'll create a PR for Schema Store tomorrow. If you want I can also update the docs for the new monorepo layout.
Yes please, that would be lovely :)
I just used lerna publish
for the first time - it's so much more fun that releasing manually :heart_eyes:
I just updated the rest of the docs for the new layout and the new workflow with lerna (no more yarn link). The only thing missing now is updating the applyTypes doc for typewiz-webpack
once the cli is merged.
Great! Seems like there's a good chance CLI merge will happen today :)
I just updated the typewiz-webpack
documentation to use the cli. Now the only thing missing is updating the webpack demo project (probably best to do that once 1.0 is released).
Lovely!
CLI merged yesterday 🎈 , released as typewiz@1.0.0-beta.1
I also refactored some of the ConfigurationParser tests to be a little simpler, and added some tests for the new CLI
Very nice. Since I'm already at it, I'll also add a sentence about the cli to the main README.
Part of #31
Note: