Skip to content

Releases: AitoDotAI/aitoai-config-parser

Release 0.0.9

28 Sep 17:31
Compare
Choose a tag to compare
  • Fix lint error (02aec30)
  • Add parser for URL-validation, but without type cast to URL (6c6c88d)

Release 0.0.8

28 Sep 09:21
Compare
Choose a tag to compare
  • Fix lint errors (681b344)
  • Merge pull request #1 from AitoDotAI/feature/validate-all-before-throwing-exception (dfef91f)
  • Add specific type for url-validation (822a87f)
  • Don't throw the exception for the first error, but keep on parsing 'til all env variables have been validated (80d18d3)
  • Fix the author/contributor fields to use the long format (592ebaa)
  • Ignore the (test) files under dist (7d36f60)

Release 0.0.7

26 Sep 15:48
Compare
Choose a tag to compare
  • Export the module as commonjs (270ce7a)

Release 0.0.6

26 Sep 13:34
Compare
Choose a tag to compare
  • The lib should not be marked as a module (e124537)

Release 0.0.5

26 Sep 13:28
Compare
Choose a tag to compare
  • Set the module- and lib-settings to target es6 * Format the config values to keep them consistent in the future (8add210)

Release 0.0.4

26 Sep 13:18
Compare
Choose a tag to compare
  • Configure the release to use the dist dir instead of the main dir (23cf32d)
  • Copy readme's and license files into the package (18b8fc5)
  • Create alternative tsconfig, which includes also test code (b5608b5)
  • Format the code (1e20914)
  • Add configuration for release-it (7990705)