2.0.0-rc.1
🎉 Features
ignite add
now enforces version numbers - so we don't break for semver incompatibilites in the future. #1053, #1054 by @jamonholmgren- Boilerplates must now include a React Native target version so things accidently break on new releases. #1014 by @fvonhoven
ignite new
has a new flag--overwrite
which will forceable clobber the destination directory. #1049 by @jamonholmgren- Improves bootup speed. #1012 by @jamonholmgren
🔨 Fixes
- Prevents new projects from being called ignite. #1023 by @fvonhoven
ignite spork
works again. #1056 by @jamonholmgren.ejs
extension were being left on plugin examples. #1055, #1048 by @jamonholmgren- Relative paths are properly passed from boilerplates to plugins. #1022 by @jamonholmgren
- Tidies up missed template tokens with
ignite plugin new
. #1019 by @jamonholmgren yarn
was bombing on Windows when the path had spaces. #1010 by @kevinvangelder
📖 Docs
- Corrects link to the nativebase boilerplate. #1033 by @tristola
- Shows the command for adding a different boilerplate. #1031 by @aaafly
- Fixes our poor grammar. #1030 by @raviqqe
🚑 Support
- Default boilerplate is now
ir-boilerplate@2.0.0
. Previously known asir-next
. RIPir-boilerplate-2016
. #1057 by @jamonholmgren - Bumps dependencies. #1041, #1046 by @jamonholmgren, @skellock
- Adds
np
for shipping builds. #1041 by @jamonholmgren - Typing
ignite <something> --verbose
will tell you to runignite <something> --debug
. #1039 by @jamonholmgren - Adds deprecation warning when omitting .ejs extension on templates in generators. #1038 by @jamonholmgren
- Removes the codacy badge. #1025 by @skellock
- Shows a warning when adding a version-less plugin from a path. #1021 by @jamonholmgren
- Resurrects the end-to-end CI script. #1011 by @jamonholmgren
- Removes
lerna
as this is now a 1 project kinda repo. #1009 by @jamonholmgren
Thanks to @skellock for these great release notes - Jamon