Releases: NativeCLI/NativeCLI
1.3.0
What's Changed
- Apply fixes from StyleCI by @PeteBishwhip in #31
- 📈 Version 2 Updates by @PeteBishwhip in #32
- Add claude GitHub actions by @PeteBishwhip in #33
- Add logs command for unified log viewing by @PeteBishwhip in #34
- Disable process timeouts globally by @PeteBishwhip in #38
- Add build command helper by @PeteBishwhip in #40
- Add NativePHP plugin helpers by @PeteBishwhip in #42
- Add jump command helper by @PeteBishwhip in #44
- Add mobile upgrade helper by @PeteBishwhip in #46
Full Changelog: 1.2.0...1.3.0
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
newcommand 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