-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGELOG
52 lines (36 loc) · 978 Bytes
/
CHANGELOG
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
envbox changelog
================
v1.3.0 [2022-06-08]
-------------------
+ 'read_envfile()' now supports Path objects.
+ Implemented support for multiline values in .env files.
v1.2.0 [2020-05-02]
-------------------
! Dropped support for Py 2.
* Added QA for Py 3.8.
* Dropped support for Py 3.5.
v1.1.0
------
! Dropped QA for Python 2.
+ Improved 'import_by_environment' no accepts optional 'package_name' argument.
v1.0.0
------
! Dropped QA for Python 3.4.
* Dropped support for py<3.4.
* No functional changes. Celebrating 1.0.0.
v0.4.0
------
+ Added per-thread settings container SettingsBase.
v0.3.0
------
+ CLI. Added 'show' command.
+ Added 'dev', 'test', 'stage', 'prod' aliases.
+ Environment initializer now accepts 'name' and 'type_cast' arguments.
+ Added support for .env files (see #1).
+ set() and setmany() now accept 'overwrite' argument.
v0.2.0
------
+ Introduced 'import_by_environment()' function.
v0.1.0
------
+ Basic functionality.