Skip to content
This repository has been archived by the owner on Mar 11, 2020. It is now read-only.

Releases: docker-archive/pulpo

1.3.1

02 Jan 02:02
Compare
Choose a tag to compare
  • Update transform function used in schema to take in the config object as a second argument

1.3.0

05 Oct 17:32
Compare
Choose a tag to compare
  • Added in check to make sure the type provided in a Property definition is valid
  • Add new path type

1.2.1

19 Sep 21:00
Compare
Choose a tag to compare
  • Remove husky npm since it caused some issues when install Pulpo on other projects

1.2.0

19 Sep 20:37
Compare
Choose a tag to compare
  • Added document functionality for schemas
  • Removed scope from module name
  • Fixed typos in README

1.1.2

15 Sep 00:37
Compare
Choose a tag to compare
  • Fix faulty regex for config referencing in strings
  • Added additional tests for edge cases

1.1.1

14 Sep 23:24
Compare
Choose a tag to compare
  • Update lookup functionality to cast and transform a value after evaluating the function or resolving any configuration references

1.1.0

14 Sep 22:45
Compare
Choose a tag to compare
  • Added ability to reference other configuration values through JS interpolation syntax
  • Added support for functions as configuration values

1.0.0

14 Sep 22:35
Compare
Choose a tag to compare
  • First iteration of Pulpo