forked from nickjj/flask-webpack
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGES
54 lines (33 loc) · 940 Bytes
/
CHANGES
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
Flask-Webpack changelog
=======================
Version 0.2.1
-------------
- `asset_url_for()` now matches part of the asset name.
Version 0.2.0
-------------
- Add function `asset_hashed_name_for()` that returns only the hashed name of an asset
Version 0.1.0
-------------
- Add support for old (< 0.10) versions of Flask
Version 0.0.7
-------------
- Add better support for Python 3.x
Version 0.0.6
-------------
- Fix legacy `print` statement in `setup.py`
Version 0.0.5
-------------
- Fix issue where `None` could be emit by the javascript and script tags
Version 0.0.4
-------------
- This was never a release, the `VERSION` file jumped from 0.0.3 to 0.0.5
Version 0.0.3
-------------
- Add WEBPACK_ASSETS_URL setting
Version 0.0.2
-------------
- Add flask_webpack to the package list in setup.py
- Add zip_safe=False to comply with Flask's extension authoring rules
Version 0.0.1
-------------
- First release