-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathCHANGELOG
62 lines (49 loc) · 1.62 KB
/
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
53
54
55
56
57
58
59
60
61
62
Changelog
=========
0.0.13 (WIP)
------------
0.0.13
------
* Fixed documentation, converted to markdon
0.0.12
------
* Support to Django 1.9.x added
0.0.11 (2019-03-27)
-------------------
* Fixed check if does not exist the required configuration in the project's settings.
* Fixed added inline the media queries at the default layout.
0.0.10 (2019-03-25)
-------------------
* Bug fixed when trying to check if exists the pages folder.
0.0.9 (2019-03-23)
------------------
* Documentation improved.
* Improved the errors detection when runs the create_basic_structure command.
* New check added for test if exists pages before run the email_builder command.
* New script added for make deploys on pypi.
0.0.8 (2019-03-21)
------------------
* Bug fixed on create_basic_structure command.
0.0.7 (2019-03-19)
------------------
* The context file has been replaced by a python file, instead a json. It will allows more complex attributes.
0.0.6 (2019-03-18)
------------------
* Bug fixed on create_basic_structure command.
0.0.5 (2019-03-17)
------------------
* The context file moved inside the data source folder. It is no longer necessary to define in the project settings.
0.0.4 (2019-03-17)
------------------
* Improved get_relative_from_manage_path method and tests added.
* gulpfile.js tasks improved adding sass and other missing.
* Install requires method performance improved.
* New DEF_STATIC_TARGET_PATH setting added.
0.0.3 (2019-03-16)
------------------
* Fixed some path issues
* Improved gulpfile.js file, adding more log outputs and debug.
* Documentation improved
0.0.2 (2019-03-15)
------------------
* First version