Skip to content

Releases: mandarineorg/mandarinets

v2.3.2

25 Jan 19:05
Compare
Choose a tag to compare

Note: Documentation available https://www.mandarinets.org/docs/v2.3.2/mandarine/introduction

Feature

Refactors

  • Oak 6.3.2
  • Postgres 0.5.0

Fix

  • Fix compatibility with Deno's latest version (1.7.0)

Note: Documentation available https://www.mandarinets.org/docs/v2.3.2/mandarine/introduction

v2.3.1

25 Jan 14:56
Compare
Choose a tag to compare
Fixing postgres

v2.3.0

07 Nov 22:01
a36104e
Compare
Choose a tag to compare

Note: Documentation available https://www.mandarinets.org/docs/v2.3.0/mandarine/introduction

Feature

Refactors

  • Session container has been refactored
  • Built-in authentication has been refactored
  • Built-in authentication now has multiple integration tests
  • Built-in ORM now has multiple integration tests

Fix

  • Bug preventing sessions to be deleted after being expired

Note: Documentation available https://www.mandarinets.org/docs/v2.3.0/mandarine/introduction

v2.2.2

04 Nov 16:06
82a2a24
Compare
Choose a tag to compare

Note: Documentation available https://www.mandarinets.org/docs/v2.2.2/mandarine/introduction

Fix

  • (HOTFIX) Automatic build & run from application builder not working in windows. #232

Note: Documentation available https://www.mandarinets.org/docs/v2.2.2/mandarine/introduction

v2.2.1

31 Oct 16:25
Compare
Choose a tag to compare

Note: Documentation available https://www.mandarinets.org/docs/v2.2.1/mandarine/introduction

Fix

  • (HOTFIX) Automatic build & run from application builder not working in windows. #232

Note: Documentation available https://www.mandarinets.org/docs/v2.2.1/mandarine/introduction

v2.2.0

30 Oct 20:00
663e913
Compare
Choose a tag to compare

Note: Documentation available https://www.mandarinets.org/docs/v2.2.0/mandarine/introduction

Features

  • Application builder with automatic detection of components, removing the need to manually write an entry-point file. See more here
  • (BREAKING) Mandarine.Security.Sessions.SessionStore has a new & better design. See more here
  • Option to enable/disable session middleware. See more here
  • New environmental variables to alter certain behaviors. See more here
  • Mandarine logger can now be used as part of an application as it is been declared as injectable See more here

Internal

  • (Refactor) internal middleware

Note: Documentation available https://www.mandarinets.org/docs/v2.2.0/mandarine/introduction


Huge thanks to @SRNV from Ogone for its decorator finder technology which made possible the auto-generated entry point feature.

v2.1.6

27 Oct 19:51
Compare
Choose a tag to compare

Postgres Driver is now fully integrated in master with documentation.

v2.1.5

27 Oct 19:00
Compare
Choose a tag to compare

Postgres Driver is now fully integrated in master with documentation.

v2.1.4-beta.4

27 Oct 14:03
Compare
Choose a tag to compare

Postgres driver written in Rust last beta.

v2.1.4

27 Oct 16:27
Compare
Choose a tag to compare

Postgres Driver