Skip to content

Latest commit

 

History

History
60 lines (37 loc) · 2.59 KB

File metadata and controls

60 lines (37 loc) · 2.59 KB

Change Log

All notable changes to this project will be documented in this file. Only versions published since 2023-01-01 are listed here. Please consult the Git history for older version information. See Conventional Commits for commit guidelines.

Note: Unlisted patch versions only involve non-code or otherwise excluded changes and/or version bumps of transitive dependencies.

3.0.47 (2025-12-03)

♻️ Refactoring

  • update for-loops (use const where possible) (5ceaf1a)

3.0.5 (2024-06-21)

♻️ Refactoring

  • rename various rest args to be more semantically meaningful (8088a56)

3.0.2 (2024-04-20)

♻️ Refactoring

3.0.0 (2024-04-08)

🛑 Breaking changes

🚀 Features

  • add async composition helpers (168ea42)
    • add async functions:
      • compAsync()
      • juxtAsync()
      • threadFirstAsync()/threadLastAsync()
      • trampolineAsync()

2.1.46 (2023-11-09)

🧪 Tests

  • update/refactor tests to use bun test runner (8f6edb1)
  • update/rename test files/imports (still many broken) (1cb3c49)

2.1.35 (2023-08-04)

♻️ Refactoring

  • update identity usage in various pkgs (b6db053)