-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathCHANGES.txt
57 lines (33 loc) · 1.05 KB
/
CHANGES.txt
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
Changes
=======
0.6 (unreleased)
----------------
- No changes yet.
0.5 (2015-10-06)
----------------
- Support Python 3.5
- It's now possible to create local components before a ``bower_components``
directory has been defined.
- Backward incompatible change: Remove ``version`` argument of
``config.add_bower_component`` (version information from the
``bower.json`` file is used instead).
- Backward incompatible change: Rename keyword argument identifier ``name`` of
``config.add_bower_components`` and ``request.include`` to
``components_name``.
- Add checks if components directory exists and if local components contain a
``bower.json`` file.
0.4 (2015-05-24)
----------------
- Simplified creation of local components
- Added setting option ``components_path``
- Changed to PEP 420 namespace package
0.3 (2015-01-10)
----------------
- Support multiple ``bower_components`` directories
0.2 (2015-01-09)
----------------
- Added documentation
- Added setting options via ini file
0.1 (2015-01-06)
----------------
- Initial release