File: HISTORY.md

package info (click to toggle)
python-envs 1.2.6-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 128 kB
  • sloc: python: 264; makefile: 8
file content (18 lines) | stat: -rw-r--r-- 329 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#Changes

## 1.2.4

Added Decimals variable type

## 0.3.0
Removed the need for string defaults, you can now use real objects as the default
Refactored most of the code and test (still 100% coverage and no only 47 LOC)

## 0.2.0

Updated test for 100% coverage
Converted env from a function to a class

## 0.1.2

Initial release