Skip to content

Latest commit

 

History

History
86 lines (38 loc) · 4.02 KB

CHANGELOG.md

File metadata and controls

86 lines (38 loc) · 4.02 KB

2.0.0 (2021-11-07)

Code Refactoring

  • exports: clean-up of module exports (f4051b7)
  • move boolean opts into settings object (a9e216f)

BREAKING CHANGES

  • main functions accept optional settings object instead of optional boolean flag for throwing exceptions (introduced in d9622a5bd9)
  • exports: all errors exported individually (reverts breaking change from commit 42f32ecf)

1.0.1 (2021-11-06)

Bug Fixes

  • types: jsdoc improvement for tsoa integration (48e85a4)

1.0.0 (2021-11-06)

Bug Fixes

  • types: improve tsoa integration and docs output (42f32ec)

BREAKING CHANGES

  • types: all errors exported as an errors namespace

0.2.0 (2021-11-06)

Bug Fixes

  • converters: valid time format is HH:MM (7b563e2)

Features

  • opt for throwing exceptions (d9622a5)

0.1.1 (2021-11-03)

Bug Fixes

  • allow cross-site requests from the browser [#11] (fbcf2d1)
  • implement NotFoundModel schema to all SDK exposed functions [#14] (64db602)
  • improve condition for checking future year [#15] (4c46bd2)
  • improve year validation [#12] (4458edb)

Performance Improvements

0.1.0 (2021-10-29)

Features

  • port code that queries wikidata api [#8] (437cc43)
  • port code that queries wikipedia api [#6] (74e1112)
  • port html scrapers from wyin-be-feed [#2] (25bfaba)
  • port time and year converters [#7] (d18d981)
  • public interface of SDK [#9] (bc593ac)
  • transfer contracts from wyin-be-feed [#1] (3fd738d)