Skip to content

Latest commit

 

History

History
526 lines (190 loc) · 14.3 KB

CHANGELOG.md

File metadata and controls

526 lines (190 loc) · 14.3 KB

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

0.37.2 (2020-01-13)

Note: Version bump only for package @usehenri/core

0.37.1 (2019-12-24)

Features

  • core: check the configuration syntax on boot (a022475)
  • core: prettier for JSON syntax validation (b882e95)
  • disk: use local mongdb instead of disk (#87) (7ee22c0)

0.37.0 (2019-09-23)

Note: Version bump only for package @usehenri/core

0.36.5 (2019-09-23)

Note: Version bump only for package @usehenri/core

0.36.4 (2019-09-18)

Note: Version bump only for package @usehenri/core

0.36.3 (2019-09-18)

Note: Version bump only for package @usehenri/core

0.36.2 (2019-09-04)

Bug Fixes

  • core: upgrade bounce to @hapi/bounce (5c12326)

0.36.1 (2019-09-04)

Bug Fixes

  • core: migrate from bcrypt-js to bcrypt (89eccf3)

0.36.0 (2019-09-04)

Note: Version bump only for package @usehenri/core

0.35.2 (2019-07-04)

Note: Version bump only for package @usehenri/core

0.35.1 (2019-06-28)

Note: Version bump only for package @usehenri/core

0.35.0 (2019-06-19)

Note: Version bump only for package @usehenri/core

0.34.7 (2019-06-10)

Note: Version bump only for package @usehenri/core

0.34.6 (2019-05-28)

Bug Fixes

  • cli: checks for yarn and min version (3892f6b)

0.34.6-alpha.0 (2019-04-22)

Note: Version bump only for package @usehenri/core

0.34.5 (2019-04-18)

Note: Version bump only for package @usehenri/core

0.34.4 (2019-04-12)

Note: Version bump only for package @usehenri/core

0.34.4-alpha.4 (2019-03-28)

Note: Version bump only for package @usehenri/core

0.34.4-alpha.3 (2019-02-15)

Bug Fixes

  • graphql: update the schema on hot reload. (f3babdc)

0.34.4-alpha.2 (2019-02-15)

Note: Version bump only for package @usehenri/core

0.34.4-alpha.1 (2018-12-13)

Note: Version bump only for package @usehenri/core

0.34.4-alpha.0 (2018-12-03)

Bug Fixes

  • graphql: migrating from runQuery to executeOperation (9fe3081)

0.34.3 (2018-11-06)

Bug Fixes

  • router: remove debug message (f76ad37)

Features

  • graphql: warn on graphql/models schema errors (4a1509d), closes #55 #44

0.34.1 (2018-10-31)

Bug Fixes

  • henri: lower limited runlevel warning (5725183)

0.34.0 (2018-10-30)

Features

  • router: name middlewares (74c700c)
  • router: on demand routes status (press U or R in console) (4fb0791)

0.33.1 (2018-10-29)

Bug Fixes

  • router: sending user as null (14a241f)

0.33.0 (2018-10-26)

Features

  • router: requiring config/routes.js, adding deprecation msg. (44224f5)
  • testing: adding the base for user testing (47c8e85)
  • testing: adding the package (e2ec87b)

0.32.0 (2018-10-23)

Features

  • graphql: upgrade to latest version (6ab85ad)

0.31.0 (2018-10-17)

Bug Fixes

  • utils: pass henri instance to syntax method (ffb753f)

Features

  • routes: adding paths to /_routes (05d8668)

0.30.3 (2018-09-28)

Bug Fixes

  • router: adding debug information (f3b9817)

0.30.2 (2018-09-26)

Bug Fixes

  • henri: henri should be scoped and always referred internally as this.henri (avoids leaks in testing) (b046cc4)

0.30.0 (2018-09-26)

Note: Version bump only for package @usehenri/core

0.29.3 (2018-08-29)

Note: Version bump only for package @usehenri/core

0.29.0 (2018-08-23)

Bug Fixes

  • router: only give routes based on user roles (7d63743)
  • user: make sure req.user is not available (7968dfa)

Features

  • router: add the omit key -- closes #43 (a8c8f4d)

0.28.0 (2018-07-13)

Bug Fixes

  • server: do not watch lock files (15f489e)
  • workers: show that workers are disabled while reloading (de0a7b5)

Features

  • router: experimental => try to extract data/gql from res.render (8891d78)
  • workers: add the --skip-workers flag to run without workers (d21e913)

0.27.0 (2018-07-12)

Bug Fixes

  • utils: simplify prettier's parsing (4f78611)

Features

  • workers: add the workers module (816e24e)

0.26.1 (2018-06-22)

Bug Fixes

  • react: remove react-hot-loader (1aa8795)

0.26.0 (2018-06-21)

Note: Version bump only for package @usehenri/core

0.25.0 (2018-05-22)

Bug Fixes

  • react: missing packages in react template (9dc57bd)

0.24.0 (2018-05-11)

Bug Fixes

  • core: add mailer package optional on test (to speed up things) (c655d11)
  • graphql: small typo? (a34192a)

Features

  • core: add res.hbs() to render handlebars templates (26e432f)
  • graphql: henri.gql should be accessible globally (081473b)
  • graphql: upgrade to graphql-tools 3.0.0 (15115b4)
  • mailer: add mail feature, closes #37 (ea67980)

0.23.0 (2018-04-23)

Bug Fixes

  • model: throw errors instead of pen.fatal (0a8700d)

Features

  • core: show if booted from the global cli or not (cf9f4d0)

0.22.0 (2018-04-17)

Bug Fixes

  • user: failing to deserialize. need upcoming fix for disk (7bd2f1c)

Features

  • cli: return a function (better tests) (292e111)
  • core: adding bounce to utils (40b7671)
  • core: better error handling (2be66b6)
  • model: inject henri to the stores (a32c29a)
  • template: using promise to read partials et al (ca73cc1)
  • user: session storage per database provider, closes #34 (50d5831)

0.21.2 (2018-04-10)

Bug Fixes

  • core: completion of react move -- cleaning packages (d6ef57b)
  • react: moving react engine to react package... nextjs lifting (c90fa4c)

0.21.1 (2018-04-10)

Bug Fixes

  • core: reordering packages (de5655f)
  • view: get next from the run dir (e826ff9)

0.21.0 (2018-04-10)

Bug Fixes

  • cli: add back the console only startup mode (4c915be)
  • core: better watch support and no html file linting? (086c221)
  • core: indentation problem (bb16439)
  • core: middleware switching (7ea60f4)
  • core: need to await init (ff8aa9e)
  • core: template should use this.henri (b3ecfde)
  • router: starting view with await and fixing crud route building (5a99857)
  • view: call the engine init function, yep, call it (a4b277b)
  • view: should call the good checkPackages? (fc21732)

Features

  • core: adding a BaseModule; modules should extend this (9705410)
  • core: adding all modules and moving middleware management (54715d1)
  • core: adding boom for better responses (5b80ced)
  • core: consolidating core (9f72b35)
  • core: correcting graphql target (40c1eae)
  • core: graphql support (53419e5)
  • core: moving things to core. adding modules (14a8c5c)
  • core: moving view module (11918bf)
  • core: we no longer use config package (86160d6)
  • view: use handlebars instead of template literals, reload partials (b0e16ab)
  • vue: adding vue (nuxt.js) support to the new view handler (05869b6)