Skip to content

Latest commit

 

History

History
34 lines (18 loc) · 994 Bytes

CHANGELOG.md

File metadata and controls

34 lines (18 loc) · 994 Bytes

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 // (a78e1bc)

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.2 (2022-06-30)

  • Added support for cjs config file

1.0.1 (2022-06-12)

  • Added new examples

  • Added config checks and proper error logging

1.0.0 (2022-06-10)

  • First Initial Release