Skip to content

Latest commit

 

History

History
37 lines (20 loc) · 1.07 KB

CHANGELOG.md

File metadata and controls

37 lines (20 loc) · 1.07 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

2.0.2 (2023-03-20)

Bug Fixes

  • prevent modify urls starting with // (7fc2141)

2.0.1 (2022-09-27)

  • Updated framework detection

2.0.0 (2022-09-02)

  • Added support for auto build with app detection for react, next, vue, nuxt and vite apps.
  • Added support for nextjs apps by updating the manifest.
  • Introduced init and deploy CLI commands.

1.0.3 (2022-06-29)

  • Added support for cjs config file

1.0.2 (2022-06-25)

  • Fixing wait before creating the manifest file.

1.0.1 (2022-06-24)

  • Optimized code & Added a wait before creating the manifest file.

  • Added and Updated examples.

1.0.0 (2022-06-21)

  • First Initial Release