-
-
Notifications
You must be signed in to change notification settings - Fork 293
/
HISTORY
74 lines (54 loc) · 1.26 KB
/
HISTORY
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
Changelog
=========
These are all the changes in Dynaconf since the first public release.
0.6.0
-----
- Drop Python 2.x from Travis CI (must work but will not be tested)
- Fix Flask requirement #41
0.5.6
-----
- Added support for .ini and .json files
- parse conf is now recursive to parse dict inner data
- Cloned find_file function from dotenv
0.5.5
-----
- Implemented TOMl loader
0.5.3
-----
- Added placeholder data markers @note @comment @none and @null
- Added support for .env on Flask 1.0
0.5.2
-----
- Small fix on logger for yaml loader outputting as debug
0.5.1
-----
- Fixes on YAML and accepting `a.yml,b.yml,c.yml` as multiple filenames
0.5.0
-----
- YAML silent errors
0.4.5
-----
- Make the tests directory a python package
- Improves the way Tox installs the projects dependencies
- Remove pdbpp as it breaks with Python 3.3
- Add Flask and m2r to Pipenv
0.4.4
-----
- HOTFIX: Flask templates always expect `None` if KeyError or Attribute Error
0.4.3
-----
- Python 2.x is back (working and tested)
- Added Pyenv and Tox
- Added editorconfig
- Fixed many PEP8 issues
- Added dynaconf.contrib.flask
- added examples/flask
0.4.2
-----
- Hot fixes
0.4.1
-----
- Added YAML support (examples/yaml)
Previous
--------
Major refactoring from old codebase.