Skip to content

Release 2.0.0 #165

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 37 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 6 commits
Commits
Show all changes
37 commits
Select commit Hold shift + click to select a range
60ef725
feat: upgrade unenv 1.x to 2.x (#159)
jcbsfilho May 5, 2025
de7fd92
chore(release): 1.20.0-stage.1
semantic-release-bot May 5, 2025
cd659db
fix: add Azion.Storage to globalThis for polyfill (#163)
jcbsfilho May 13, 2025
00a8ed2
chore(release): 1.20.0-stage.2
semantic-release-bot May 13, 2025
a02d941
fix: wasm-image-processor resize wrapper (#164)
jotanarciso May 15, 2025
720a7f3
chore(release): 1.20.0-stage.3
semantic-release-bot May 15, 2025
49c3f02
feat(config): azion api v4 (#161)
jotanarciso May 27, 2025
9c01de4
chore(release): 1.20.0-stage.4
semantic-release-bot May 27, 2025
94a1739
fix: revert exported name (presets)
jotanarciso May 28, 2025
710cf7a
chore(release): 1.20.0-stage.5
semantic-release-bot May 28, 2025
f779d6a
feat: purge api v4 (#167)
jotanarciso May 28, 2025
bc08263
chore(release): 1.20.0-stage.6
semantic-release-bot May 28, 2025
118f7bb
fix: streamline stream polyfills and enhance process, module, setInte…
jcbsfilho Jun 2, 2025
41b79db
chore(release): 1.20.0-stage.7
semantic-release-bot Jun 2, 2025
dc33e5a
fix: api v4 (#168)
jotanarciso Jun 3, 2025
5cf622e
chore(release): 1.20.0-stage.8
semantic-release-bot Jun 3, 2025
329f4c4
fix: polyfills for Node.js compatibility (#170)
jcbsfilho Jun 6, 2025
4b1e3de
chore(release): 1.20.0-stage.9
semantic-release-bot Jun 6, 2025
ea99874
fix: add polyfill for clearInterval and update injection in unenv pre…
jcbsfilho Jun 9, 2025
1ac3f82
chore(release): 1.20.0-stage.10
semantic-release-bot Jun 9, 2025
8674785
fix(presets): add missing prebuild command in preact preset
pablodiehl Jun 17, 2025
311c7e8
Merge pull request #173 from aziontech/fix-preact-preset
pablodiehl Jun 18, 2025
4fce73d
chore(release): 1.20.0-stage.11
semantic-release-bot Jun 18, 2025
90b0def
fix(preset): update ruleset of html preset
pablodiehl Jun 18, 2025
e93e073
revert: api v4 (#176)
jotanarciso Jun 18, 2025
649695e
chore(release): 1.20.0-stage.12
semantic-release-bot Jun 18, 2025
846990f
fix(presets): astro prebuild
jotanarciso Jun 19, 2025
8673494
fix: rm worker property
jotanarciso Jun 19, 2025
f8c821d
Merge pull request #175 from aziontech/fix-preset-html
pablodiehl Jun 20, 2025
e2ae89c
chore(release): 1.20.0-stage.13
semantic-release-bot Jun 20, 2025
ca726ad
feat: add OpenNextjs preset (#179)
jcbsfilho Jun 20, 2025
cb11a8e
chore(release): 1.20.0-stage.14
semantic-release-bot Jun 20, 2025
ada2ea5
chore: fix message lang
jotanarciso Jun 20, 2025
a42bdb4
Merge pull request #178 from aziontech/fix/rm-worker-property
jotanarciso Jun 20, 2025
3b28111
chore(release): 1.20.0-stage.15
semantic-release-bot Jun 20, 2025
5252f0a
fix: rename skipProjectBuild to skipFrameworkBuild in BuildContext (#…
jcbsfilho Jun 20, 2025
404cadb
chore(release): 1.20.0-stage.16
semantic-release-bot Jun 20, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
## [1.20.0-stage.3](https://github.com/aziontech/lib/compare/v1.20.0-stage.2...v1.20.0-stage.3) (2025-05-15)


### Bug Fixes

* wasm-image-processor resize wrapper (#164) ([a02d941](https://github.com/aziontech/lib/commit/a02d941c90360f1b8c10076ccb2b761f3ce62f2e))

## [1.20.0-stage.2](https://github.com/aziontech/lib/compare/v1.20.0-stage.1...v1.20.0-stage.2) (2025-05-13)


### Bug Fixes

* add Azion.Storage to globalThis for polyfill (#163) ([cd659db](https://github.com/aziontech/lib/commit/cd659dbd9afbbe5a7ed45e0d89f59e0fb76792d5))

## [1.20.0-stage.1](https://github.com/aziontech/lib/compare/v1.19.1...v1.20.0-stage.1) (2025-05-05)


### Features

* upgrade unenv 1.x to 2.x (#159) ([60ef725](https://github.com/aziontech/lib/commit/60ef7255d78c4f922b8d3efdc8cd4518a54ffaff))

### [1.19.1](https://github.com/aziontech/lib/compare/v1.19.0...v1.19.1) (2025-04-22)


Expand Down
Loading