Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: denodrivers/postgres
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.17.2
Choose a base ref
...
head repository: denodrivers/postgres
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.18.0
Choose a head ref
  • 14 commits
  • 15 files changed
  • 3 contributors

Commits on Feb 6, 2024

  1. 1 Configuration menu
    Copy the full SHA
    52322da View commit details
    Browse the repository at this point in the history
  2. feat: JSR + /x support (#453)

    * feat: JSR support
    
    * work
    
    * work
    
    * work
    
    * tweak
    
    * fmt
    
    * tweak
    
    * tweak
    
    * tweak
    
    * tweak
    
    * workaround
    iuioiua authored Feb 6, 2024
    1 Configuration menu
    Copy the full SHA
    b78c2a6 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2024

  1. chore: cleanups and documentation relating to JSR (#454)

    * chore: cleanups and documentation relating to JSR
    
    * tweak
    
    * tweak
    
    * fmt
    iuioiua authored Feb 7, 2024
    1 Configuration menu
    Copy the full SHA
    d0bd5ca View commit details
    Browse the repository at this point in the history
  2. Update README.md

    bombillazo authored Feb 7, 2024
    Configuration menu
    Copy the full SHA
    c7aac91 View commit details
    Browse the repository at this point in the history
  3. 1 Configuration menu
    Copy the full SHA
    c5f5b2d View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2024

  1. Add decode strategy control (#456)

    * feate: add encoding strategy control
    
    * chore: add encoding strategy tests
    
    * chore: fix file formatting
    
    * chore: fix lint issue of unused import
    
    * chore: fix variable anem to make camelcase
    bombillazo authored Feb 12, 2024
    1 Configuration menu
    Copy the full SHA
    2785855 View commit details
    Browse the repository at this point in the history
  2. 1 Configuration menu
    Copy the full SHA
    5d90d8a View commit details
    Browse the repository at this point in the history
  3. Custom decoders (#461)

    * feate: add encoding strategy control
    
    * chore: add encoding strategy tests
    
    * chore: fix file formatting
    
    * chore: fix lint issue of unused import
    
    * feat: add custom parsers
    
    * chore: fix lint issues
    
    * chore: fix docs issue
    
    * chore: move custom decoder function inside try catch
    
    * chore: update code comments
    
    * chore: fix variable anem to make camelcase
    
    * chore: add Oid related types and rever Oid map to avoid iteration and keep performance
    
    * chore: update decoder tests to check type name, add presedence test
    
    * chore: update decoder types, update decode logic to check for custom decoders and strategy
    
    * chore: fix lint issue for const variable
    
    * docs: update code commetns and create documentation for results decoding
    
    * chore: update mode exports, fix jsdocs lint
    
    * chore: fix file formats
    bombillazo authored Feb 12, 2024
    2 Configuration menu
    Copy the full SHA
    cadd9a1 View commit details
    Browse the repository at this point in the history
  4. Update package version (#462)

    * chore: update package version
    
    * chore: update readme credits
    
    * update readme credits date
    bombillazo authored Feb 12, 2024
    1 Configuration menu
    Copy the full SHA
    184769a View commit details
    Browse the repository at this point in the history
  5. Update README.md

    bombillazo authored Feb 12, 2024
    1 Configuration menu
    Copy the full SHA
    33c2181 View commit details
    Browse the repository at this point in the history
  6. Update README.md

    Fix grammatical errors
    bombillazo authored Feb 12, 2024
    Configuration menu
    Copy the full SHA
    a16967f View commit details
    Browse the repository at this point in the history
  7. Update README.md

    bombillazo authored Feb 12, 2024
    Configuration menu
    Copy the full SHA
    32e9e43 View commit details
    Browse the repository at this point in the history
  8. chore: fix docs formatting

    bombillazo committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    a362360 View commit details
    Browse the repository at this point in the history
  9. 2 Configuration menu
    Copy the full SHA
    c9d874e View commit details
    Browse the repository at this point in the history
Loading