Skip to content

Releases: kiki-kanri/node-ciphers

v1.1.7

04 Jan 06:18
Compare
Choose a tag to compare

compare changes

📦 Build

  • Enable sourcemap output in build process (b5c29ce)

🏡 Chore

  • Upgrade dependencies (9dcabe1)
  • Upgrade dependencies (aba3c7d)
  • Include src folder in the package published to npm (fb0c541)

🎨 Styles

  • Format and lint all files (5a95a50)
  • Format code block in README (521e99f)

❤️ Contributors

  • kiki-kanri

v1.1.6

12 Dec 18:10
Compare
Choose a tag to compare

compare changes

🏡 Chore

  • Upgrade dependencies (b6b2263)
  • Modify eslint-disable-next-line comment style (dd03fe4)
  • Upgrade dependencies (ee9c5c3)
  • Upgrade dependencies (2ab5718)

🎨 Styles

❤️ Contributors

  • kiki-kanri

v1.1.5

18 Nov 07:34
Compare
Choose a tag to compare

compare changes

💅 Refactors

  • Replace Omit type with type-fest's Except type (c327c4d)

🏡 Chore

  • Modify release script in package.json (9dd2ae8)
  • Upgrade dependencies (eba4320)
  • Replace Prettier with ESLint, add related files, and update VSCode settings (85b7c74)
  • Modify scripts in package.json (9109e30)

🎨 Styles

  • Format and lint all files (6fd68f5)

❤️ Contributors

  • kiki-kanri

v1.1.4

30 Oct 16:22
Compare
Choose a tag to compare

compare changes

💅 Refactors

  • Change certain class properties to readonly (bdf9292)
  • Replace @ts-ignore with @ts-expect-error (f154b2d)

📖 Documentation

🏡 Chore

  • Update test CI configuration file (a0ee706)
  • Upgrade dependencies (15e2774)
  • Remove consola dependency (9706fb7)
  • Upgrade dependencies (9912b43)

✅ Tests

  • Use cross-env for setting env in test script (0aa6c86)
  • Change some test keys to use buffer (065b13f)

🤖 CI

  • Allow manual triggering of test CI (1a470fb)
  • Update node version list in CI file (ad70a6f)

❤️ Contributors

  • kiki-kanri

v1.1.3

18 Oct 20:39
Compare
Choose a tag to compare

compare changes

📖 Documentation

  • Add codecov badge to README (e7db65b)

🏡 Chore

  • ci: Add test.yaml for version-tag-based CI trigger (88e04ae)

❤️ Contributors

  • kiki-kanri

v1.1.2

18 Oct 13:58
Compare
Choose a tag to compare

compare changes

🩹 Fixes

  • Resolve import errors with ES modules (ea87241)

💅 Refactors

  • cipher: Set BaseCipher.#encodingOptions to readonly (1e2d2e1)
  • constants: Change constant type definition method (b44da60)

🏡 Chore

  • Modify tsconfig.json (21172f7)
  • Upgrade dependencies and modify release script (4463e13)

❤️ Contributors

  • kiki-kanri

v1.1.1

18 Oct 06:12
Compare
Choose a tag to compare

compare changes

🩹 Fixes

  • Add missing types field in package.json (3cf4d8c)

🏡 Chore

❤️ Contributors

  • kiki-kanri

v1.1.0

18 Oct 04:50
Compare
Choose a tag to compare

compare changes

🚀 Enhancements

  • Add release script to package.json (b37a70f)

🏡 Chore

  • Upgrade dependencies (340aec2)
  • Switch changelog generation package (d2234f6)
  • Remove main, module, and types fields from package.json and add exports configuration (8f32911)

✅ Tests

❤️ Contributors

  • kiki-kanri

v1.0.2

25 Aug 17:02
Compare
Choose a tag to compare

compare changes

🏡 Chore

  • Remove tsx dependency (b2a1679)
  • Update keywords in package.json (e69cd41)

❤️ Contributors

  • kiki-kanri

v1.0.1

25 Aug 16:53
Compare
Choose a tag to compare

compare changes

🩹 Fixes

  • Correct usage error of JSON data decryption in README example (67d7465)

🏡 Chore

  • Add Jest dependencies and configuration files (7a3793c)

✅ Tests

  • Rewrite tests using Jest (24f2027)

❤️ Contributors

  • kiki-kanri