Skip to content

Latest commit

 

History

History
53 lines (33 loc) · 1.17 KB

CHANGELOG.md

File metadata and controls

53 lines (33 loc) · 1.17 KB

Change Log for is-kennitala

Upcoming...

  • ...

1.0.6

2024-12-06

  • fix: Correctly handle companies "founded" on February 29th and 30th of 1969

1.0.5

2024-11-14

  • perf: Speed up parsing of "Kerfiskenntala"s
  • docs: Improve docs, fix typos, add valibot schema example

1.0.4

2024-03-19

  • docs: Fix (and improve) README

1.0.3

2024-01-01

  • perf: Make parseKennitala slightly faster and greatly reduce impact of the .strictDate parsing option
  • perf: Make getKennitalaBirthDate faster

1.0.2

2023-12-30

  • docs: Minor fixes/improvements to README and JSDoc comments

1.0.0 – 1.0.1

2023-12-29

  • Initial release of @hugsmidjan/qj/kennitala as a standalone micro library, with the following changes/additions:
    • tests: Convert tests to use bun:test
    • docs: Add proper README, and trim JSDoc comments and link to README for details
    • feat: Simplify signature of generateKennitala
    • feat: Set 1969 as the lowest founding year for generated company kennitalas.
    • perf: Speed up the KennitalaData.format method