Skip to content

Latest commit

 

History

History
70 lines (43 loc) · 4.61 KB

CHANGELOG.md

File metadata and controls

70 lines (43 loc) · 4.61 KB

Changelog

All notable changes to this project will be documented in this file. See commit-and-tag-version for commit guidelines.

0.1.5 (2023-09-18)

Features

  • create output path if does not exist (411eb00)

Bug Fixes

  • ignore regex to avoid ignoring root paths with dot in name (100ee00)

0.1.4 (2023-08-08)

Features

  • added typeName to decorator, fixed several issues and refactored writer service (1de0ad0)

Bug Fixes

  • added exports in package.json through preconstruct (b762875)

0.1.3 (2023-08-07)

Bug Fixes

  • fixed wrong files regex for declarations (a038e21)

0.1.2 (2023-08-07)

Bug Fixes

  • only peerDependency should be inversify (f7bbd74)

0.1.1 (2023-08-07)

Bug Fixes

  • removed postinstall script might be blocking package build upon installation (8532988)

0.1.0 (2023-08-07)

⚠ BREAKING CHANGES

  • refactored decorator and dependency, also added possibility to decorate scope and binding per dependency
  • finished first refactor and added commit-and-tag package

Features

  • added possibilty to watch files for generating bindings and type identifiers (a72f8fe)
  • config files and command line args (cc6b27b)
  • create boilerplate code generator (2db788b)
  • finished first refactor and added commit-and-tag package (e3b210d)
  • finished first refactor and added commit-and-tag package (0ebf432)
  • improve README (34748a9)
  • improve readme roadmap (7f93243)
  • improve readme setup commands (fcfdbf3)
  • refactored decorator and dependency, also added possibility to decorate scope and binding per dependency (bf8e0a3)
  • refactored decorator and dependency, also added possibility to decorate scope and binding per dependency (662fc19)

Bug Fixes

  • export locator in generated code (2377f96)
  • fixed build (de7f9c1)
  • fixed github action push branch for CHANGELOG (56a1c0c)
  • fixed type file generation to accept interfaces with namespace module import (28f2609)
  • fixed type file generation to accept interfaces with namespace module import (0753e1d)
  • format readme (29f70f9)