forked from pool/python-slimit
Update to 0.8.1 OBS-URL: https://build.opensuse.org/request/show/198372 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-slimit?expand=0&rev=9
43 lines
1.4 KiB
Plaintext
43 lines
1.4 KiB
Plaintext
-------------------------------------------------------------------
|
|
Tue Sep 10 18:37:51 UTC 2013 - os-dev@jacraig.com
|
|
|
|
- Update to 0.8.1:
|
|
* Bug fix: Fix syntax error in the output of for statement with some form of
|
|
expressions
|
|
- Changes from 0.8.0:
|
|
* Python 3.x support
|
|
* Bug fix: slimit removes parentheses from ternary expression, causes syntax
|
|
error in jQuery
|
|
* Bug fix: simple identifier in FOR init
|
|
* Bug fix: using $ for mangled function names conflicts with jQuery
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Sep 5 21:14:10 UTC 2013 - os-dev@jacraig.com
|
|
|
|
- Add requires for odict and ply >= 3.4, they are necessary to run slimit.
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Jun 22 00:52:14 UTC 2012 - os-dev@jacraig.com
|
|
|
|
- Update to 0.7.4:
|
|
* Bug fix: https://github.com/rspivak/slimit/issues/34 'class' is reserved
|
|
keyword now
|
|
- Changes from 0.7 to 0.7.3:
|
|
* Bug fix (unary op in FOR init)
|
|
* Added support for get/set properties
|
|
* Function call support in FOR init section
|
|
* Multiline string support
|
|
- Added >= 3.4 to python-ply requirement, setup.py indicates that version
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Apr 10 08:57:26 UTC 2012 - saschpe@suse.de
|
|
|
|
- Update to version 0.6.2:
|
|
* Better multiline handling
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Mar 12 08:43:00 UTC 2012 - saschpe@suse.de
|
|
|
|
- Initial version
|
|
|