Skip to content

Releases: nkeil/zod-redis

v0.1.3

23 Sep 07:35
3ae2b98
Compare
Choose a tag to compare

Commits:

  • d7ed093 Configure Renovate (#7)
  • 7a8a9d4 Update mikepenz/release-changelog-builder-action action to v4.1.0 (#9)
  • 9da3451 Update mikepenz/action-gh-release action to v0.4.1 (#8)
  • 0256cb7 Update pnpm to v8.10.5 (#11)
  • d395f77 Update JS-DevTools/npm-publish action to v3 (#12)
  • eca1db8 Update actions/setup-node action to v4 (#14)
  • 7427b96 Update pnpm to v8.11.0 (#17)
  • 4e09410 Update dependency eslint-plugin-unicorn to v49 (#15)
  • 32001db Update pnpm to v8.12.0 (#18)
  • db697c4 Update dependency @ianvs/prettier-plugin-sort-imports to v4.1.1 (#27)
  • 40e521c Update dependency string-ts to v2 (#21)
  • b3977e2 fix #31 and 0.1.3
  • 3bc1687 fix ts error
  • 3ae2b98 Merge pull request #32 from nkeil/fix-31

v0.1.2

15 Nov 00:49
Compare
Choose a tag to compare

The Main Idea

  • Mandatory expiration is now verified at runtime as well as through a type error.
  • Various test suite updates

Commits:

  • 5c3619f switch to vitest (from bun:test)
  • 6eadc76 add constructor tests from ioredis test suite
  • e984d41 mandatory expiration test
  • c63e974 add test and type-check to CI (#6)
  • c3bca18 0.1.2

v0.1.1

14 Nov 07:19
Compare
Choose a tag to compare

Commits:

v0.1.0

14 Nov 07:04
Compare
Choose a tag to compare

Commits:

v0.0.3

11 Oct 10:08
Compare
Choose a tag to compare

Commits:

  • 3dafee7 add CI github workflow for pull requests (#3)
  • a8e4ce0 fix release.yml to only create release when version changes
  • 5c6d3cd add eslint and update prettier config (#4)
  • 180e8ec Extend the Redis class to provide a full drop-in replacement for ioredis
  • 2fb82dd 0.0.3

v0.0.2

09 Oct 05:49
Compare
Choose a tag to compare

Commits:

  • 71d228c Update README.md
  • 8fde69e rename to 'zod-redis' (zredis was too similar to the redis package)
  • 85c342f Implement full wrapper around ioredis constructor. (#2)
  • 16734cc add release workflow
  • 6e07fdc 0.0.2

v0.0.1

08 Oct 00:25
Compare
Choose a tag to compare

Changes

  • Simple proof-of-concept of intended use case
  • Implement get and set functions
  • Add getKey function for model key retrieval

Full Changelog: https://github.com/nkeil/zredis/commits/v0.0.1