Skip to content

Latest commit

 

History

History
304 lines (181 loc) · 19.7 KB

CHANGELOG.md

File metadata and controls

304 lines (181 loc) · 19.7 KB

Changelog

1.8.5 (2022-12-20)

Bug Fixes

1.8.4 (2022-12-20)

Bug Fixes

  • changed remember me to pull from npm (fc28def)

1.8.3 (2022-12-20)

Bug Fixes

  • fixed remember-me package resolving to ssh url in lock causing npm ti fail in ci deploy (ac4377e)

1.8.2 (2022-12-20)

Bug Fixes

  • changed remember-me package link failing in ci install (9941633)

1.8.1 (2022-12-20)

Bug Fixes

  • dashboard runtime imports to improve compilation time (4412032)
  • improvements to tailwind dashboard helpers to generate styles (4412032)
  • sign up throwing error when a secret (salt) was provided but invalid (4412032)

1.8.0 (2022-12-19)

Features

  • auth: new default authentication pages including sign-in, sign-up and password recovery (d8793c2)
  • ts: updates to allow to run dashboard in dev mode with ts-node (d8793c2)

Bug Fixes

  • authentication routes throwing error (d8793c2)
  • better watcher support for dashboard development (d8793c2)
  • dashboard tailwind integration (d8793c2)
  • switched from cash to jquery for better compatibility with plugins (d8793c2)

1.7.8 (2022-12-12)

Bug Fixes

  • fixed child process import name causing problems in apps deployments (1c7376c)

1.7.7 (2022-12-11)

Bug Fixes

  • better error handling for users controllers (f3f46a5)
  • use default data adaptor for sign-in and sign-up process (f3f46a5)

1.7.6 (2022-12-09)

Bug Fixes

  • jsonDb not sharing lowDb with Data Manager (9685c71)
  • new method for mappend values in Faker (9685c71)
  • sign error messages not being passed by to the context of the page (9685c71)

1.7.5 (2022-12-04)

Bug Fixes

  • build command to run sequencially (a129212)

1.7.4 (2022-12-04)

Bug Fixes

  • config returning undefined for false values (f33d55d)
  • fixed where user runtime is generated (f33d55d)

1.7.3 (2022-12-03)

Bug Fixes

  • update browserify dep location on package json (457a357)

1.7.2 (2022-12-03)

Bug Fixes

  • general improvements app wide (aad0f2a)

1.7.1 (2022-11-28)

Bug Fixes

  • error when passing params to json server (d5a8103)
  • errors on dashboard preventing it from initializing (d5a8103)
  • removed date helper from runtime bundle to lower size and avoid bundling moment js (d5a8103)

1.7.0 (2022-11-27)

Features

  • added fake smtp server for email sending testing (4ddb68a)

Bug Fixes

  • added more tests to fake generator (4ddb68a)
  • added more tests to server data manager, config, bootstrap and pages mapper (4ddb68a)
  • broken router into smaller logic parts (4ddb68a)
  • extended logger and improved cli log messages (4ddb68a)
  • moved logger to a more accessable location (4ddb68a)

1.6.4 (2022-11-18)

Bug Fixes

  • typo under index export for auth strategy (77f5c2c)

1.6.3 (2022-11-18)

Bug Fixes

  • improved documentation under auth and data (7176f11)
  • rework of the fake command undergoing (7176f11)
  • typos under auth strategies (7176f11)

1.6.2 (2022-11-18)

Bug Fixes

  • data: fixed QueryBuilder insert and update methods not saving data to local file (6c09f0f)
  • lodash-id augmentation typings with proper return values (6c09f0f)
  • test: configured jest and added first few tests (6c09f0f)

1.6.1 (2022-11-17)

Bug Fixes

  • fixed missing types during github action build (881b7da)

1.6.0 (2022-11-17)

Features

  • fake: added support for post generation actions afterEach and afterAll (c489412)

Bug Fixes

  • auth: added configuration for greater auth logic customization (cb4c0f0)
  • auth: fixed bugs on local authentication strategy (67af68c)
  • auth: fixed promise error when extending AbstractStrategy (67af68c)
  • fake: added afterAll post generation logic for fake data (67af68c)
  • fake: fixed relations not being properly mapped (c489412)
  • fake: simplified configuration for rendom relations (c489412)
  • website: general fixes to web configurations (23026bc)

1.5.1 (2022-11-16)

Bug Fixes

  • authentication methods and added bcryptjs for password hashing (c3c0bdc)
  • improved access to data from user files (c3c0bdc)
  • improved fake data generation logic (c3c0bdc)
  • improved registration of new authentication strategies from user files (c3c0bdc)
  • new authentication strategy logic (a2314ec)

1.5.0 (2022-11-13)

Features

  • added fake database generation with faker.js (d895458)
  • added full support for helpers on pre-compiled templates (d895458)
  • added support for client/server shared partials (d895458)
  • server wide updates and new features (d895458)

Bug Fixes

  • improved folder structure (d895458)
  • improved multipart configration to effect every route (d895458)
  • improved pre-compilation logic (d895458)
  • improved router reload on file changes (d895458)
  • page routes not supporting methods other than git (d895458)
  • renamed example to web for website use (d895458)
  • splitted pre-rendering logic from main renderer (d895458)
  • urlencoded parser warning on server start up (d895458)

1.4.6 (2022-11-04)

Bug Fixes

  • attempting for copyFiles in github actions (01246e9)

1.4.5 (2022-11-04)

Bug Fixes

  • added verbose flag to copy files command (49b01a2)

1.4.4 (2022-11-04)

Bug Fixes

  • fixed copy command to copy whole ./client directory (db4e3d3)

1.4.3 (2022-11-04)

Bug Fixes

  • removed file logger temporarily for improvements (63df840)

1.4.2 (2022-11-04)

Bug Fixes

  • moved json-server from dev dependencies to dependencies (cae81a8)

1.4.1 (2022-11-04)

Bug Fixes

  • added url to the runtime handlebars compilation context (aad915f)
  • better sass compiler feedback in the console logs (864f4c9)
  • by passed scss updates in socket connector to only update once css has recompiled (799e29e)
  • extended router re-configuration when files are added or excluded from views (c88b4dc)
  • fixed prettier parser for pre-compiled templates (ca755b7)
  • improved watcher events handling (864f4c9)

1.4.0 (2022-10-31)

Features

  • added json-server support for local development (95016a7)

Bug Fixes

  • fixed client connector not reloading proper files (394f027)
  • improved error handling and recovery (fcb8ad7)

1.3.1 (2022-10-29)

Bug Fixes

  • cli: added more command options (e7804b9)
  • cli: fixed int parser on cli definition (e7804b9)
  • fixed invalid path for extra files in release please config (8392b66)
  • improved log messages (e7804b9)

1.3.0 (2022-10-29)

Features

  • adds support to form data processing (19099bf)
  • uploads: Implemented Multer for upload processing (19099bf)

Bug Fixes

  • added build step to release workflow (8410416)
  • configured github access token for release please (aafe8bc)
  • created a npm manual publish action workflow (8b2155f)
  • fixed npm publishing as public for scoped package (92c48d4)
  • fixed type on release please config file (36f0235)
  • reseting deployment version to 1.0.0 (13c1c74)

1.2.0 (2022-10-28)

Features

  • fized missing id from workflows configuration for NPM publishing (759e6f9)

Bug Fixes

  • added build step to release workflow (8410416)
  • configured github access token for release please (aafe8bc)
  • created a npm manual publish action workflow (8b2155f)
  • fixed npm publishing as public for scoped package (92c48d4)
  • fixed type on release please config file (36f0235)
  • reseting deployment version to 1.0.0 (13c1c74)

1.1.0 (2022-10-28)

Features

  • configured release please action for automated releases and npm publishing (eebf6ac)
  • first commit (87d3e35)
  • fixed github workflows dir name (55f5217)
  • fized missing id from workflows configuration for NPM publishing (759e6f9)

Bug Fixes

  • added build step to release workflow (8410416)
  • fixed type on release please config file (36f0235)
  • reseting deployment version to 1.0.0 (13c1c74)