Skip to content

Latest commit

 

History

History
44 lines (32 loc) · 1.13 KB

HISTORY.md

File metadata and controls

44 lines (32 loc) · 1.13 KB

History

Version 1.3.1 | 2024-09-05

  • Add support for rest parameters in exported functions
  • Add code of conduct
  • Add contributing guide

Version 1.3.0 | 2024-09-04

  • Automatic compilation of TailwindCSS
  • Added PostCSS and Autoprefixer
  • Upgrade Vite to v5
  • Upgrade DaisyUI to v4
  • Added dist folder to .gitignore

Version 1.2.0 | 2024-08-22

  • Write full documentation in README
  • Variable name change in environment management dependency

Version 1.1.0 | 2024-06-07

  • Upgrade Vite plugin to use ASM to generate the dist/exports.js file
  • Bundle all server-side and client-side code
  • Include library buliding mode, supporting NPM and copy & paste

Version 1.0.0 | 2024-06-07

  • Migrate from TypeScript to JSDoc
  • Add a generic favicon for local development
  • Add credits to the console
  • Add Vite config file for Apps Script
  • Add Vite plugin for Apps Script
  • Migrate client-side code to src/client
  • Migrate Apps Script code to src/server
  • Add environment management tool
  • Add HISTORY.md

Version 0.0.1 | 2023-06-21

  • Initial deployment
  • TypeScript, Alpine.js, TailwindCSS, DaisyUI
  • Husky, Jest, ESLint, Prettier, Vite