Skip to content

Latest commit

 

History

History
128 lines (50 loc) · 4.71 KB

CHANGELOG.md

File metadata and controls

128 lines (50 loc) · 4.71 KB

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

1.0.0-rc.0 (2025-01-07)

Performance Improvements

  • core: optimize types to decrease building time (#25) (6e266f2)

1.0.0-beta.1 (2024-04-17)

Note: Version bump only for package injectable-ts

1.0.0-beta.0 (2024-03-18)

Build System

BREAKING CHANGES

  • minimum react version is 18.2.0

1.0.0-alpha.5 (2023-08-07)

Build System

  • fp-ts: stop package support (abf5844)

Features

Performance Improvements

  • react: remove unnecessary memo (c453f13)

BREAKING CHANGES

  • fp-ts: package is stopped

1.0.0-alpha.4 (2023-05-11)

Note: Version bump only for package injectable-ts

1.0.0-alpha.3 (2022-12-15)

Features

1.0.0-alpha.2 (2022-05-16)

Note: Version bump only for package injectable-ts

1.0.0-alpha.1 (2022-04-25)

Bug Fixes

  • fix dependencies (1511fcd)
  • react: fix type inference in useInjectable (e5d0a4a)

1.0.0-alpha.0 (2022-04-22)

Bug Fixes

  • core: fix missing Name in injectable type signature (87c0c5a)
  • core: fix support for symbol and number as injectable name (2f9fd5e)
  • fp-ts: fix instance (7675877)

Features