Skip to content

Releases: boywithkeyboard-archive/updater

v0.17.0

15 Mar 16:20
dfd1f5d
Compare
Choose a tag to compare
  • Compatibility Checking

    updater now performs a basic compatibility check (with deno check) and adds a warning to the changelog if there are any issues.

v0.16.0

12 Mar 17:29
3f3b67a
Compare
Choose a tag to compare
  • Support for JSR

    updater can now handle jsr: imports. Please read the documentation to learn more.

  • Bug Fixes

    • Scoped NPM modules should now be updated correctly.
    • In the event of an error, response body streams are now properly aborted.

v0.15.1

10 Mar 17:18
901f903
Compare
Choose a tag to compare
docs: update changelog

v0.15.0

10 Mar 15:28
72db648
Compare
Choose a tag to compare
  • GitHub Action

    It's now easier than ever to integrate boywithkeyboard's updater into your workflow.

    name: update
    
    on:
      schedule:
        - cron: '0 0 * * *'
      workflow_dispatch:
    
    permissions:
      contents: write
      pull-requests: write
    
    jobs:
      update:
        runs-on: ubuntu-latest
    
        steps:
          - uses: actions/checkout@v4
    
          - name: Run updater
            uses: boywithkeyboard/updater@v0

    Read more

v0.14.0

02 Feb 11:47
76f19a5
Compare
Choose a tag to compare

v0.14.0 / 2024.02.02

  • feat(esm.sh): allow options in pathname (#38)
  • test: fix task (#40)

v0.13.1

11 Nov 23:34
7caea5f
Compare
Choose a tag to compare

v0.13.1 / 2023.11.11

  • fix: don't replace invalid imports with undefined (#34)

v0.13.0

30 Oct 12:04
2fba111
Compare
Choose a tag to compare

v0.13.0 / 2023.10.30

  • docs: add disclaimer for npm: specifiers (#25)
  • fix: edit array of included extensions (#27)
  • fix: preserve eol character (#29)
  • fix: typo in cli output (#30)
  • refactor: create an empty changelog file if there are no changes (#26)

v0.12.0

28 Oct 23:05
7cbe48f
Compare
Choose a tag to compare

v0.12.0 / 2023.10.28

  • fix: stabilize checkImport() (#23)
  • refactor: improve regexes for registries (#22)

v0.11.0

28 Oct 14:34
85bf843
Compare
Choose a tag to compare

New registries

  • den.ooo
  • raw.githubusercontent.com

New features

  • support for npm: specifiers
  • uses now a regex to check imports, instead of urls

v0.10.0

13 Sep 20:29
ecb5e8e
Compare
Choose a tag to compare

v0.10.0 / 2023.09.13

  • build: update the bundle script (#16)
  • ci: update boywithkeyboard/publisher (#14)
  • docs: improve readability (#17)
  • feat: support semver ranges (#15)