8000 Releases · NativeCLI/NativeCLI · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: NativeCLI/NativeCLI

1.2.0

14 May 08:45
a82751e
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.1.2...1.2.0

1.1.2

09 May 12:13
681d9a2
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.1.1...1.1.2

1.1.1

25 Apr 09:17
56da03e
Compare
Choose a tag to compare

What's Changed

  • chore: Laravel 12 compatibility by @SRWieZ in #24

New Contributors

Full Changelog: 1.1.0...1.1.1

1.1.0

07 Apr 15:13
ad97e90
Compare
Choose a tag to compare

🚀 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

Full Changelog: 1.0.4...1.1.0

1.0.4

20 Mar 13:20
82a43e5
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.0.3...1.0.4

1.0.3

12 Feb 17:15
9b7e7a9
Compare
Choose a tag to compare

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

Full Changelog: 1.0.2...1.0.3

1.0.2

11 Feb 11:30
7930eb8
Compare
Choose a tag to compare

This release is a maintenance release to rectify an issue authenticating for the iOS EAP.

What's Changed

Full Changelog: 1.0.1...1.0.2

1.0.1

10 Feb 13:55
e70609b
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.0.0-release.1...1.0.1-release.1

1.0.0-release.1

07 Feb 16:13
Compare
Choose a tag to compare

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

New Contributors

Full Changelog: 1.0.0-rc.1...1.0.0-release.1

1.0.0-rc.1

03 Feb 12:36
c1616df
Compare
Choose a tag to compare

🚀 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

Full Changelog: PeteBishwhip/native-cli@1.0.0-beta.2...1.0.0-rc.1

0