Skip to content

Releases: kaifcoder/create-polyglot

v1.6.1

29 Oct 15:13
d9ae7b5

Choose a tag to compare

What's Changed

Full Changelog: v1.6.0...v1.6.1

v1.6.0

29 Oct 13:56
f93e100

Choose a tag to compare

What's Changed

  • docs(dev-runner): add explanatory comments to basic multi-service dev… by @BhaskarKulshrestha in #32
  • feat: add admin dashboard command and documentation for service monit… by @meenu155 in #34
  • build(deps): bump vite from 5.4.20 to 5.4.21 by @dependabot[bot] in #33
  • Remove .vscode folder to prevent VS Code settings conflicts by @kaifcoder in #36

New Contributors

Full Changelog: v1.5.0...v1.6.0

v1.5.0

12 Oct 20:32
e67c72a

Choose a tag to compare

fix: remove node_modules and package-lock.json before npm install in …

v1.4.0

05 Oct 17:45
bc6b50f

Choose a tag to compare

Full Changelog: v1.3.0...v1.4.0

v1.3.0

05 Oct 17:33
a39b5bc

Choose a tag to compare

  • Added scaffoldMonorepo function to handle project initialization with interactive prompts for project name, services, preset, package manager, and git initialization.
  • Introduced service selection with validation for unique names and ports.
  • Updated directory structure to use services/, gateway/, and infra/ instead of apps/.
  • Implemented Dockerfile generation for various service types and created a compose.yaml for Docker orchestration.
  • Added commands to add services and plugins post-initialization.
  • Updated CLI documentation to reflect new commands and flags.
  • Enhanced tests for the add service and init commands to ensure proper functionality.
  • Bumped version to 1.3.0 and added new scripts for testing and release management.

v1.2.0

05 Oct 17:04
15ceae8

Choose a tag to compare

Full Changelog: v1.1.2...v1.2.0

v1.1.2

05 Oct 17:00
24d755e

Choose a tag to compare

Merge pull request #9 from BhaskarKulshrestha/feature/pr-ci-workflow

Feature/pr ci workflow

v1.1.1

05 Oct 11:23
896e882

Choose a tag to compare

Add smoke test for create-polyglot CLI and update package.json

Signed-off-by: kaifcoder <kaifmohd2014@gmail.com>

create-polyglot

05 Oct 11:14
a6b3ef2

Choose a tag to compare

Version 1.1.0 for create polyglot