Trex Versions Save

Package Manager for deno 🦕

v1.13.1

8 months ago

v1.13.0

8 months ago

v1.12.1

1 year ago

📆 22.01.2023 🏷️ RELEASED 💾 B33F7F6 🐛 2 👥 2

🐛 Bug fixes

  • 416E8B8 fix(readme): typos, examples, broken image (@nberlette)
  • 2A5F82E fix: skip hash generation or hash validation for npm dependencies #135 (@ghaerdi)

👥 Contributors

  • @nberlette
  • @ghaerdi

v1.12.0

1 year ago

📆 09.07.2022 🏷️ UNRELEASED 💾 BA9F788 🚀 1 🐛 5 ♻️ 3 🔬 2 ✏️ 2 👥 3

🚀 New Features

  • 9171617 feat(wip): local configs (@buttercubz)

🐛 Bug fixes

  • 81A5968 fix: postinstall script (@RivierGrullon)
  • AAC1C98 fix: prevent to pass args to (pre/post)intall scripts on a package installation (@ghaerdi)
  • AC22F82 fix: run postinstall script with the correct alias (@ghaerdi)
  • 1DAFDEF fix: run preinstall script before installing a package (@ghaerdi)
  • A006C55 fix: string type does not match with 'import_map.json' (@ghaerdi)

♻️ Refactors

  • F20CCCB refactor: change import of deprecated dependencie (@ghaerdi)
  • D1265E4 refactor: remove deprecate code (@buttercubz)
  • DB9EB2F refactor: use exist and writeJson from crewdevio/tools (@ghaerdi)

🔬 Tests

  • 323776F test: ignore install dinoenv test (@ghaerdi)
  • CDB4E67 test: update the install dinoenv test (@ghaerdi)

✏️ Chores

  • D4B1151 chore: update deno version in ci (@RivierGrullon)
  • 9FF1D78 chore: update deps (@buttercubz)

👥 Contributors

  • @buttercubz
  • @RivierGrullon
  • @ghaerdi

v1.11.0

2 years ago

v1.10.0

2 years ago

v1.9.1

2 years ago

fix #106

v1.9.0

2 years ago

v1.8.0

2 years ago

📆 02.07.2021 🏷️ RELEASED 💾 2807A69 🚀 1 🐛 7 ✏️ 3 👥 1

🚀 New Features

  • B8CCC84 feat: virtual cli tool execution (@buttercubz)

🐛 Bug fixes

  • DBE7EBB fix: add default error message in exec command (@buttercubz)
  • F514952 fix: does not install if absolute path mappings are specified #98 (@buttercubz)
  • 3204D78 fix: import typo (@buttercubz)
  • 08EFFFF fix: test (@buttercubz)
  • EDC2AF6 fix: test on macos (@buttercubz)
  • C16AAE6 fix: typo (@buttercubz)
  • E83AA1D fix: URL parameter values being stripped #97 (@buttercubz)

✏️ Chores

👥 Contributors

  • @buttercubz

v1.7.0

2 years ago

💥 Breaking Changes

  • 1B841D7 BREAKING(refactor): use import_map.json to manage deps (@buttercubz)

🚀 New Features

  • FD5EB68 feat: enable lock hash with virtual storage (@buttercubz)

🐛 Bug fixes

  • DC42291 fix(ci): disable fail fast (@buttercubz)
  • 743A645 fix(commands/run): gh actions fallback path for deno scripts (@buttercubz)
  • B3992D7 fix(test): read only imports in the import map in tests (@RivierGrullon)
  • 2F36595 fix: return statement in test function (@RivierGrullon)
  • 1ADD707 fix: storage path in gh actions (@RivierGrullon)
  • D49238C fix: test error (@buttercubz)
  • AB539CC fix: test running in the CI (@RivierGrullon)
  • C8DDDEC fix: test suite (@buttercubz)
  • C16AAE6 fix: typo (@buttercubz)

♻️ Refactors

  • 3197E39 refactor: code cleanup (@buttercubz)

✏️ Chores

  • E566961 chore: disable hash verification (@buttercubz)
  • 78D087E chore: update ci to deno 1.9.2 (@buttercubz)
  • 0170B11 chore: update deps to [email protected] (@buttercubz)
  • 050C697 chore: update readme and upgrade command (@buttercubz)

👥 Contributors

  • @buttercubz
  • @RivierGrullon