Skip to content

Releases: OneLiL05/nurekit

v0.6.4

26 Jul 22:08
ede1684

Choose a tag to compare

feat: add enhanced filters (#27)

* feat: add enhanced filters

* chore: remove redundant code

* chore: bump to v0.6.4

v0.6.2

25 Jul 21:21
f8b294c

Choose a tag to compare

feat: add schedule filters support (#26)

* feat: add schedule filters support

* fix: add check if filter values are array

* chore: update version to 0.6.2

v0.6.1

25 Jun 21:56

Choose a tag to compare

chore: v0.6.1 release

v0.6.0

16 Jun 21:46

Choose a tag to compare

Description

In this version nurekit is fully migrated to the new Mindenit Schedule API.

Features

  • Added an ability to pass base URL to the Nurekit class, while initialization;
  • Nurekit became a zero-dependency library, it no more depends on axios.

Changes

  • Now builds are powered by tsdown so that helped to lower bundle size.

Breaking changes

  • findOne method is completely removed;
  • startTime renamed to startedAt, endTime renamed to endedAt;
  • Both startedAt and endedAt now accepts only ISO string dates, no more timestamps;
  • Schemas of some entities have changed, for more details refer to the Mindenit Schedule API documentation.

v0.5.3

10 Oct 19:22

Choose a tag to compare

Description:

  • Change api base url to the new one.

v0.5.0

22 Jul 17:17

Choose a tag to compare

feat: 0.5.0 release

0.4.3

28 Nov 09:44

Choose a tag to compare

release: 0.4.3

0.4.2

26 Nov 18:28

Choose a tag to compare

release: 0.4.2

0.2.3

02 Oct 15:40
6dbdaab

Choose a tag to compare

Added little fixes

0.2.2

13 Sep 20:17
ec01f64

Choose a tag to compare

Fixes:

  • Fix bug in findOne method at TeacherModule class;
  • Corrected mistakes in README.md file.