Skip to content

Releases: BentoumiTech/denox

Release 0.4.0

20 May 11:33
837fbb7
Compare
Choose a tag to compare
  • feat: Add .json and .ts deno-workspace file support (#11) (837fbb7)
  • bugfix: Revise config option's spacer to "=". (#9) (5352330) Thanks to @yihua1218
  • bugfix: file related deno_options and test all options (#10) (72232d9)
  • bugfix: -- --option args not passed properly to denox script
  • test: Cover more end to end test and add virtually complete unit testing to the codebase

Release 0.3.0

15 May 12:19
Compare
Choose a tag to compare
  • BREAKING CHANGE: Permissions are now set in deno_options field of deno-workspace.yml
  • Merge branch 'master' of github.com:BentoumiTech/denox (19abd9c)
  • chore: Upgrade version (2721717)
  • Add extra deno options (#6) (2a310a1)
  • docs: Fix responsive images (75ae5c8)
  • docs: Add contributing and make explanation clearer (#5) (3d41767)
  • docs: Move install explanation to be first in readme (2e8d1f6)
  • docs: Change height of images in readme (1daa741)
  • Features/set .yml as default (#4) (17a0c68)
  • Update Readme (612a2e4)

Release 0.2.1

15 May 04:35
Compare
Choose a tag to compare
  • feat: Bump version to 0.2.1 (9c85d3f)
  • docs: Improve doc (1e47f79)
  • feat: Use .yml extension as default for workspace file (d35aabc)
  • Update Readme (612a2e4)

Release 0.2.0

14 May 16:45
e0910d6
Compare
Choose a tag to compare
  • Features/add test (#3) (e0910d6)
  • docs: Fix error in install instruction (d777fd9)