Skip to content

Latest commit

 

History

History
109 lines (75 loc) · 9.78 KB

CHANGELOG.md

File metadata and controls

109 lines (75 loc) · 9.78 KB

Changelog

0.9.2 (2024-06-28)

Bug Fixes

  • storybook crashes on pnpm (ec8ee38)

0.9.1 (2024-06-21)

Bug Fixes

  • pnpm: support what pnpm resolves after install (ff76c5a)

0.9.0 (2024-06-21)

Features

  • templates: support vite for mobile-client (9795bd9)

0.8.1 (2024-05-16)

Bug Fixes

  • hardcode nx version to 18.2.4 (ad71fce)

0.8.0 (2024-04-30)

Features

  • allow deployment on netlify (1fea301)

0.7.0 (2024-04-11)

Features

  • init.command.ts: add support for user selected pm (a02161a), closes #32
  • init.command.ts: change package manager selection/install logic (fa12a83)
  • init.command.ts: Remove unnecessary guard clause w/ pm selection (b9881bd), closes #32
  • init.command.ts: replace ci command with install (786638e)
  • init.command.ts: Use installDependencies in favor of execa (e1a329b), closes #32
  • remove lock file from template (c78e232)
  • templates/*: add packages to pacakge.json in template (af83cc6)

0.6.0 (2024-04-10)

Features

  • templates: use analog v1 for mantis-todo (a3341af)

0.4.3 (2024-04-08)

0.4.0 (2024-04-08)

Bug Fixes

  • bump patch number (96a405a)
  • force v0.1.1 (eec77a6)
  • force v0.3.0 (105e979)
  • force v0.4.0 (7dd2d5b)
  • gracefully handle ctrl+c after application stood up (52b7dc5)
  • mantis-cli: ✏️ TYPO FIX IN INSTALL:LOCALLY SCRIPT (e85f0e4)
  • mobile-client: fix e2e tests (b04a0ad)
  • mobile-client: fix storybook (162de3d)
  • publishing of .gitignore (b0a3bb4), closes #44

Features

  • add option for local db (5c9dbab), closes #28
  • automatically open browsers on serve (90e675d)
  • connect analog server to mongo (cc08f24)
  • convert web-client to analog (05612ea), closes #34
  • init: implement init command (4e34793), closes #16
  • make app publishable to npm under mantis-app (43b940d), closes #20
  • mantis-cli: 👷 Added Local Install Script (b380f60)
  • mantis-cli: 🚧 Adding New Methods To Start Action (b33ca9f)
  • MANTIS-CLI: 🚧 Working In Bootstrapping (970b85e)
  • mantis-cli: 🚧 Working On Welcome Message (d49ecc6)
  • mantis-cli: ✨ Added Default Options for Logger (a1f30f4)
  • mantis-cli: ✨ BOOTSTRAPPING (2ab9d90)
  • MANTIS-CLI: ✨ Bootstrapping The Project (b9378e8)
  • mantis-cli: ✨ BUilding a Logger (254cdd6)
  • mantis-cli: ✨ BUilding a Logger (a708734)
  • mantis-cli: ✨ Check Ports and App Launch Implemented (bd38aa9)
  • mantis-cli: ✨ Dynamization of Actions & Commands Name (0862793)
  • mantis-cli: ✨ FINISHED ALL CRUCIAL STEPS (46ee364)
  • mantis-cli: ✨ Handling CTRL-C Command (a6ad846)
  • mantis-cli: ✨ Handling CTRL-C Command (e731305)
  • mantis-cli: ✨ LOGGER V1 (d1956d4)
  • mantis-cli: ✨ NX WORKSPACE CREATION & ACTIONS LOGIC (4b4f45f)
  • mantis-cli: ✨ Start Action Correction (e77311b)
  • mantis-cli: ✨ START ACTION WORKFLOW (62f9c04)
  • mantis-cli: ✨ Straightforward Tooling Now Done (8363624)
  • mantis-cli: ✨ Switched To OOP (8f62702)
  • mantis-cli: ✨ Welcome Message (490f07f)
  • mantis-cli: ✨ Welcome Utilities (4f6882e)
  • mantis-cli: ✨ WORKSPACE CREATION (af3329e)
  • mantis-todo: setup dx (cafbbe2)
  • prompt for db url (738df18), closes #18
  • prompt user for workspace name (3b880f6), closes #26
  • suppress install output (3aac1c4), closes #22
  • use lockfile when installing deps (35c0434), closes #24