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 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97
|
Changes with version 1.1.2
*) Add support for Python 3.12
*) Add musllinux wheels
*) Update project boilerplate
Changes with version 1.1.1
*) Add support for Python 3.11
*) Update project boilerplate
Changes with version 1.1.0
*) quoted data urls which are not base64 encoded keep their spaces now (#8)
*) Add x86_64, i686 and aarch64 wheels
*) Update python support: 2.7, 3.6+
*) Both python 2 and 3 now accept bytes and text as input. All other types now
raise a TypeError. Before they possibly have been converted to a string,
depending on the python version and the implementation. Python 3 also
accepts bytearray input.
*) Support for PyPy and Jython is no longer tested. Patches are accepted,
though.
*) The python version will only accept the C implementation if the versions
match exactly. This should prevent using older installed C versions.
Fixes #11. This issue is now more relevant since #7 is fixed.
*) Minor adaptions for GCC 8
*) Docs are no longer installed locally.
*) Rework the setup and project management system. Add some real tests. Get rid
of epydoc in favor of sphinx. Adapt to latest sphinx version.
Changes with version 1.0.6
*) Fix minification of calc() calls. (Issue #1)
*) Benchmark updates
*) Lift max restrictions for CPython and Jython as well.
*) Lift max restrictions for pypy versions. Added pypy3 support.
Changes with version 1.0.5
*) Added support for pypy 2.2
*) Updated benchmarks
*) Relint with newer pylint
*) Fix locale problem with the setup script on python3.
Submitted by https://github.com/svenstaro
Changes with version 1.0.4
*) Documentation and benchmark updates
Changes with version 1.0.3
*) Added support for the following grouping @-rules:
@supports, @document, @keyframes
*) Added support for Python 3.4 and Jython 2.7
Changes with version 1.0.2
*) Added compat option to setup.py supporting the pip installer
*) Added support for pypy (1.9, 2.0)
*) Added support for jython (2.5)
Changes with version 1.0.1
*) Added support for Python 3.3
Changes with version 1.0.0
*) First stable release.
|