Releases: NativeCLI/NativeCLI
1.2.0
What's Changed
- Remove Inertia Temporary Fix by @PeteBishwhip in #28
- Support for new mobile repo by @PeteBishwhip in #29
- Update ios:install to mobile:install by @PeteBishwhip in #30
Full Changelog: 1.1.2...1.2.0
1.1.2
What's Changed
- Apply fixes from StyleCI by @PeteBishwhip in #26
- Support migrating mobile users to Marcels PR by @PeteBishwhip in #27
Full Changelog: 1.1.1...1.1.2
1.1.1
1.1.0
🚀 NativePHP V1 is here! 🚀
As part of this monumental release, NativeCLI has had some small improvements made to it's install process as the beta
flag is no longer required!
From this version (1.1.0), you'll receive the latest and greatest versions based on the releases made by the amazing NativePHP Core Contributor team as it is released without waiting for the the CLI application to be updated too!
Go forth and make great apps. (Also, go thank the NativePHP team for their massive hard work on this!)
Update instructions:
composer global update nativecli/nativecli -W
What's Changed
- V1 Prep by @PeteBishwhip in #23
Full Changelog: 1.0.4...1.1.0
1.0.4
1.0.3
1.03 is a big(ish) release... We have automatic-updates! 🚀
Automatic updates are not enabled by default. To enable those, you'll need to enable it. To do so, you'll also need to use the new config
command! 🚀
After updating to 1.0.3, simply run:
nativecli --global config updates.auto true
What's Changed
- Get version from global composer lockfile by @PeteBishwhip in #15
- Implement Config Command + AutoUpdates by @PeteBishwhip in #18
- Add ios:install command by @PeteBishwhip in #21
Full Changelog: 1.0.2...1.0.3
1.0.2
This release is a maintenance release to rectify an issue authenticating for the iOS EAP.
What's Changed
- Ensure require packages enables TTY for auth by @PeteBishwhip in #13
Full Changelog: 1.0.1...1.0.2
1.0.1
What's Changed
- Implement --ios option to
new
command by @PeteBishwhip in #6 - Add self-update check to command runs by @PeteBishwhip in #10
Full Changelog: 1.0.0-release.1...1.0.1-release.1
1.0.0-release.1
NativeCLI has reached Stable 🚀
The docs are shiny and new. The tool is ready to go.
There's lots of plans for functionality and use-cases but if you have an idea, I welcome you to open a Feature Request! If you're feeling extra generous, perhaps open a Pull Request!
🚀 Go forth and make great apps! 🚀
What's Changed
- Apply fixes from StyleCI by @PeteBishwhip in #3
- [Feature] Self Updater by @PeteBishwhip in #1
- Ensure GITHUB_TOKEN env var is used if available to avoid rate-limits by @PeteBishwhip in #4
New Contributors
- @PeteBishwhip made their first contribution in #3
Full Changelog: 1.0.0-rc.1...1.0.0-release.1
1.0.0-rc.1
🚀 NativeCLI is in Release Candidate!
In just a few days, documentation has been created and the most important commands are also present!
With this CLI tool, you can now create new laravel + NativePHP projects, ensure NativePHP stays up to date and clear caches to ensure you're getting the latest information!
Of course there's lots of ways that this tool can be expanded on and I can't wait to see what this becomes.
To update, run the following command:
composer global update nativecli/nativecli -W
Go forth and make great apps!
What's Changed
- Clear cache command by @PeteBishwhip in PeteBishwhip/native-cli#12
Full Changelog: PeteBishwhip/native-cli@1.0.0-beta.2...1.0.0-rc.1