Skip to content

Releases: CheerlessCloud/twconf

v0.4.1

19 Jun 08:41
Compare
Choose a tag to compare

<a name"0.4.1">

0.4.1 (2017-06-19)

v0.4.0

08 Jun 08:05
Compare
Choose a tag to compare
v0.4.0 Pre-release
Pre-release

<a name"0.4.0">

0.4.0 (2017-06-08)

Features

  • types: Added ability to specify the type as a string (9f08f871)

v0.3.3

03 Jun 22:28
Compare
Choose a tag to compare
v0.3.3 Pre-release
Pre-release

<a name"0.3.3">

0.3.3 (2017-06-03)

v0.3.2

03 Jun 21:49
Compare
Choose a tag to compare
v0.3.2 Pre-release
Pre-release

<a name"0.3.2">

0.3.2 (2017-06-03)

v0.3.1

03 Jun 21:35
Compare
Choose a tag to compare
v0.3.1 Pre-release
Pre-release

<a name"0.3.1">

0.3.1 (2017-06-03)

v0.3.0

03 Jun 21:07
Compare
Choose a tag to compare
v0.3.0 Pre-release
Pre-release

<a name"0.3.0">

0.3.0 (2017-06-03)

Bug Fixes

  • types: Fix StringType validators working pipeline (aee25d06)

Features

  • config-field: Add splitter option (c0d94070)

v0.2.5

03 Jun 15:11
Compare
Choose a tag to compare
v0.2.5 Pre-release
Pre-release

<a name"0.2.5">

0.2.5 (2017-06-03)

v0.2.4

03 Jun 10:08
Compare
Choose a tag to compare
v0.2.4 Pre-release
Pre-release

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)