Skip to content

v0.9.9

Latest
Compare
Choose a tag to compare
@NuadaEP NuadaEP released this 25 Nov 10:37
· 92 commits to master since this release
3aaa46e

Introduction

To improve the development experience working on this project some changes were implemented.

For now, is nothing about how the CLI works but yes how to code for the project.

Lint Code

The Eslint and Prettier were added to the project improving the code pattern.

Typescript In All Things 🎉🎉

All the project was migrated to Typescript language, this makes the development experience and code level mutch better.

The project structure was changed too, now the class pattern was implemented for the external Gluegun functionalities.

Commit Lint

The commitlint and commitizen were successfully added to the project, this going to guarantee that's the commits messages will be well formatted.