Skip to content

Latest commit

 

History

History
302 lines (131 loc) · 9.11 KB

CHANGELOG.md

File metadata and controls

302 lines (131 loc) · 9.11 KB

1.0.28 (2018-10-16)

Features

  • flash: use request.original when exists (961501a)

1.0.27 (2018-09-27)

1.0.26 (2018-07-16)

Features

  • flash: set flash messages on request instance (e17c167), closes #4

1.0.25 (2018-04-22)

Bug Fixes

  • bson: fix where bson dependency was missing (fd90a72)
  • config: fix the config template (#5) (bebb263)
  • redis-driver: fix where a new connection was created for each request (cc0744a)

Features

  • store: allow objectid serialisation (dc08d8f)

1.0.24 (2018-04-22)

Bug Fixes

  • config: fix the config template (#5) (bebb263)
  • redis-driver: fix where a new connection was created for each request (cc0744a)

1.0.23 (2018-03-18)

1.0.22 (2018-03-18)

Bug Fixes

  • session: allow readonly access to store when freezed (49282d7)

1.0.21 (2018-03-16)

Bug Fixes

  • providers: use correct namespace for WsContext binding (9fb6bc2)
  • store: only make store dirty when actual values change (ad8f29d)

Features

  • middleware: add wsHandle to be websocket complaint (cbef165)
  • provider: bind session on ws context when defined (150a05b)
  • session: add option to initiate read only session (d8e5b3a)

1.0.20 (2018-02-07)

1.0.19 (2017-10-31)

Bug Fixes

  • case: lowercase src folder (948274c)

1.0.18 (2017-10-30)

Bug Fixes

  • session: initiate session before hand using context.getter (3e82994)

1.0.17 (2017-10-29)

1.0.16 (2017-10-03)

Features

  • view:globals: add alias for old as flashMessage (efdba9a)

1.0.15 (2017-09-15)

Bug Fixes

  • middleware: commit session only in implicit mode (f8d813e)

1.0.14 (2017-09-14)

1.0.13 (2017-09-06)

Bug Fixes

  • config: set sameSite to false (44dfeb2)

1.0.12 (2017-08-30)

Features

  • vow: add response bindings for session (e447408)
  • vow-bindings: hook session response in vow suite (d2a4374)

1.0.11 (2017-08-29)

Features

  • client: add session client (85378d2)
  • trait: add session client trait for vow (54b6516)

1.0.10 (2017-08-18)

Bug Fixes

  • config: define session path (42bce02)

Features

  • client: add session client for creating sessions (0cf4867)
  • client: bind to ioc container (c321441)

1.0.9 (2017-08-08)

Bug Fixes

  • globals: flash view globals use resolve method (abc0fdf)

1.0.8 (2017-08-05)

Features

  • session: add flash messages related view globals (4347a1f)
  • session: add memory driver (e90b1a7)
  • session: add support for flash messages (f0a536e)

1.0.7 (2017-08-02)

Features

  • exceptions: use generic-exceptions package (6504434)

1.0.6 (2017-08-01)

Features

  • instructions: add instructions file for ace (959d3ce)

Reverts

  • command: remove config:session command (3387118)

1.0.5 (2017-07-31)

Bug Fixes

  • cookie: touch values cookie everytime (06b02cc)

Features

  • command: add config:session command (89e49eb)

1.0.4 (2017-07-22)

1.0.3 (2017-07-22)

Bug Fixes

  • file: ensure file exists before touching (71153c0)

1.0.2 (2017-07-18)

Bug Fixes

  • package: remove bin section (db3801f)

1.0.1 (2017-07-18)

1.0.0 (2017-07-18)

Bug Fixes

  • file: pass date object to fs.utimes (d66dff9)

Features

  • implement session and cookie driver (6603b61)
  • scaffold new project (30f7c1b)
  • drivers: add file driver (1b69f32)
  • drivers: add redis driver (1327cf7)
  • middleware: add session middleware (90b9d5e)
  • session: touch driver when store is not dirty (8934257)
  • store: add flag to know if store is dirty (4b5efae)