Skip to content

v0.2.4

Pre-release
Pre-release
Compare
Choose a tag to compare
@CheerlessCloud CheerlessCloud released this 03 Jun 10:08

0.2.4 (2017-06-03)

Bug Fixes

  • types: Swapped minLength and maxLength arguments of the StringType constructor (5854237c)

Features

  • main-class Add main file with TwConf class (896f0b2a)
  • config-field: Add ConfigField class (1155effe)
  • env-parser: Replace the colon to the dot in the env' variables names. (aaa05051)
  • types: Add boolean type and tests (e33ca421)
  • types: Add transformators for base type. (56db952b)
  • env-parser: Add env parser and tests (cee0ff61)
  • types: Add index file for types (157f3809)
  • types: Add int type (b479cf82)
  • types: Add float type (dde2d5d6)
  • types: Add number type (cce4ec85)
  • types: Add 'string' type (9ff003cb)
  • types: Include RegExp to allowed list of values in StringType constructor. (65de65a9)