Vue Crud X Versions Save

VueJS + NodeJS Evergreen Cookbook

0.6.11

1 year ago

Version 0.6.11

  • [chore] update packages & cleanup & work on improving documentation
  • [js-node/expressjs] Breaking Change on configs
    • use .env file for configs, move configs from global to process.env
    • move .env files into apps/[app-template] folder
    • Mongo DB config format change, change ObjectID to ObjectId
    • JWT_CERTS, JWT_REFRESH_CERTS, HTTPS_CERTS format change
    • MONGO_OPTIONS, UPLOAD_STATIC change in format and processing
    • fixed jest tests
  • [js-web/vue-vite]
    • remove cypress and use playwright (also renamed document from cypress.md to e2e.md)
    • add useMediaQuery hook
  • [@es-labs/node] Breaking Change on configs
    • remove bullmq
  • [js-web/react-admin] Moved to new repo https://github.com/ais-one/cookbook-ts
  • [js-node/nest-admin] Moved to new repo https://github.com/ais-one/cookbook-ts

0.6.10

2 years ago

Version 0.6.10

  • [chore] update packages & cleanup & work on improving documentation

Also includes the Version 0.6.9 changes below

  • [chore] update packages & cleanup & work on improving documentation
  • [js-web/react-admin] update to react-router-dom v6
  • [js-node/nest-microservice] removed, refer to the github projects instead in README.md
  • [chore] updated list of useful VS Code plugins README.md

0.6.8

2 years ago
  • [chore] update packages & cleanup & work on improving documentation
  • [js-web/vue-vite] integrate https://github.com/ais-one/favv/vitevue to js-web/vue-vite
  • [js-web/vue-vite] update firebase messaging from 8 to 9, fix PN bugs and improve PN test on UI
  • [js-node/expressjs] update firebase messaging from 8 to 9, fix PN bugs
  • [chore] add sri and crossorigin to scripts - https://github.com/bigskysoftware/htmx/issues/261#issuecomment-753850081
  • [js-node/expressjs] fix eslint 8.0.0 errors (remove babel-eslint package)
  • [js-node/expressjs] update documentation on VS Code plugins REST Client and MongoDB for VS Code
  • [js-node/expressjs] added playground file for MongoDB for VS Code
  • [js-node/wip] removed fido2 project (very outdated), up-to-date example is in js-node/expressjs project
  • [react-nestjs] moved projects into js-node or js-web folders as appropriate
  • [js-web/lucia] removed can use petite-vue instead
  • [chore] migration to node 16 and npm 8, update docs

0.6.7

2 years ago
  • [chore] update packages & cleanup & work on improving documentation
  • [js-web/vue-vite] make cypress work with cicd, start-server-and-test
  • [backend-saml] test node-saml library without passport, implement test route /api/saml/test, you can see how to generate auth url and parse response in the code
  • [backend-saml] remediate - https://github.com/node-saml/node-saml/issues/21
  • [js-node/expressjs] streaming file download, create pdf, download pdf
  • [react-nestjs]
  • [feat] removed husky, use git-hooks directly instead

0.6.6

2 years ago

0.6.5

2 years ago
  • [chore] update packages & cleanup & work on improving documentation
  • [js-web/vue-vite] make it configurable
  • [js-web/vue-vite] improve logged-in layout and scrollbar when overflow
  • [js-node/scaled-ws] scale websockets
  • [js-node/expressjs] moved jobs and uploads folder to template application, add JOB_PATH config for jobs, so path to jobs can be specified
  • [chore] clean up code based on sonarcloud issues

0.6.4

2 years ago

Version 0.6.4

0.6.3

2 years ago
  • [chore] update packages & cleanup & work on improving documentation
  • [chore] improve github workflow and documentation
  • [js-web/vue-vite] add sentry when ready
  • [fix] typeof xx === 'object' - handle if xx is null
  • [js-node/expressjs] make deployment application specific also, moved deploy folder to js-node/expressjs/apps/app-template, migration and seeding, and GCP deployment config adjusted to address the folder location change

0.6.2

2 years ago
  • [chore] rename project

0.6.1

2 years ago
  • [chore] update packages & cleanup & work on improving documentation
  • [note] Folder renames - No breaking change except folder renames in docs and configs
    • vue-nobundler to js-web/vue-nobundler
    • vue-vite to js-web/vue-vite
    • node-utils to node-daemons and remove node-utils
    • node-daemons to js-node
    • node-express to js-node/expressjs
    • wip to js-node/wip
  • [js-node/expressjs] add graphql sample code for simple CRUD (with graphiql queries & variables provided) sample
  • [js-node/expressjs] improve shutdown / cleanup sample
  • [js-web/vue-vite] add multi-page app example
  • [js-node/expressjs] add sentry file
  • [js-node/expressjs/public/demo-express] add sentry sample
  • [chore] disable console.log at frontend @es-labs/esm/log-filter.js and sample