Skip to content

Latest commit

 

History

History
51 lines (29 loc) · 949 Bytes

CHANGELOG.md

File metadata and controls

51 lines (29 loc) · 949 Bytes

Athena Changelog

This project uses semver.

Versions before 1.0 (Oct 21, 2023) are not included here - please see the commit history before that point if you're curious.

v1.3.2

  • Implement subscription resolvers

v1.3.0

  • Update dependencies
  • Update required Node.JS version to 22.x

v1.2.5

  • Improve logging
  • Improve tooling (Biome)

v1.2.2

  • Improve tooling (Biome, lint-staged)
  • Update dependencies

v1.2.1

  • Export injectAll from tsyringe

v1.2.0

  • Improve tooling (vitest)
  • Reduce published package size
  • Switch from tsyringe singletons to injectables

v1.1.3

  • Update all dependencies

v1.1.0

  • Update required Node.JS version to 20.x

v1.0.1

  • Add LoggerOptions.pretty

v1.0.0

  • Full release of core, react-utils, and utils.
  • Supports GraphQL and HTTP handlers.