Skip to content

Releases: catarse/mithril-postgrest

4.1.0

14 Sep 21:23
b768c43
Compare
Choose a tag to compare
Merge pull request #39 from grpse/feature/token-expiration-checker

✨TS, build w/ webpack and expiration function

4.0.0

12 Apr 14:16
Compare
Choose a tag to compare

prepares for mithril 1.X

Authentication bug fix

16 Apr 17:45
Compare
Choose a tag to compare
Pre-release

This release fixes a bug causing multiple requests to be triggered at once when requesting authenticated endpoints.

3.0.2

17 Mar 22:05
Compare
Choose a tag to compare
bump to 3.0.2

Global header option

03 Dec 20:57
9c18d9b
Compare
Choose a tag to compare
  • Adds an option to add default header to all requests

3.0.0 use contructor

13 Nov 17:04
fecd505
Compare
Choose a tag to compare
Merge pull request #31 from catarse/new_m_postgrest

New m postgrest

Quick fixes

23 May 20:31
Compare
Choose a tag to compare
  • Fixes dependencies issues
  • Improves tests & coverage

Updates module system

16 May 22:52
Compare
Choose a tag to compare
  • The lib now uses the ES2015 modules syntax.
  • Dist files are now an IIFE bundle, and expose a global var named postgrest.
  • An UMD module is also built.

Updates mithril

26 Apr 22:25
Compare
Choose a tag to compare
Updates mithril Pre-release
Pre-release
1.8.2

bump to 1.8.2

Fixes

02 Mar 18:53
Compare
Choose a tag to compare
  • Fix bug on isLastPage paginationVM method.