summarylogtreecommitdiffstats
path: root/changelog
blob: b420c1cf6e086a375f99c438e04eaa95817d52ff (plain)
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
2023-05-06 Gilrain <gilrain+libre.arch A_T castelmo DOT_ re>
  * 1.5.1-2:
    pkg: python3 setup.py deprecation
    pkg: rename spidermonkey package in optdepends
2018-08-06 Gilrain <gilrain+libre.arch A_T castelmo DOT_ re>
  * 1.5.1-1:
    End of life: this library is no longer maintained
    removed contextlib dependency
    package: PKGBUILD adapted to Python package guidelines
2017-11-11 Gilrain <gilrain+libre.arch A_T castelmo DOT_ re>
  * 1.5.0-1:
    Eased version requirement for six.
2017-09-28 Gilrain <gilrain+libre.arch A_T castelmo DOT_ re>
  * 1.4.1-1:
    Fixed arguments of module-level functions.
    Fixed bug of execution with pipe.
    Fixed wrong excption is raised.
    pkg: removed git from makedepends
    pkg: added JavaScript runtimes to optdepends
2016-09-25 Gilrain <gilrain+libre.arch A_T castelmo DOT_ re>
  * 1.4.0-2:
    pkg: replace dep on python(2)-packaging with python(2)-setuptools
    pkg: use github release tarball
2016-05-09 Gilrain <gilrain+libre.arch A_T castelmo DOT_ re>
	* 1.4.0:
    Fixed required libraries.
    Fixed order of output of --print-available-runtimes.
    Execute some JavaScript runtime with pipe/stdin (without temporary file).
 	* 1.3.1:
 	  Fixed --print-available-runtimes fails in Python 2.7.
 	* 1.3.0:
 	  Added cwd argument.
 	* 1.2.0:
    Supported Python 3.5
    Supported Nashorn(Java 8 JavaScript engine) as runtime
    Dropped support for Python 2.6 and 3.2
 	* 1.1.0:
    Supported Python 3.4
    Supported SlimerJS as runtime
    Supported PhantomJS as runtime
    Fixed JScript runtime on Windows 8
 	* 1.0.5:
    Supported Python 3.3
    Fixed file handle leaking
    Fixed issue with passenger-nginx-4.0
 	* 1.0.4:
 	  Removed “import execjs” (it prevent execution of setup.py by Python 2.6)
 	* 1.0.3:
 	  Javascript sources were embeded in init.py. ‘which’ command were reimplemented by pure python.
 	* 1.0.2:
 	  Python 2.6.x was supported.
 	* 1.0.1:
 	  Forgotten shell=True was added to Popen.
 	* 1.0.0:
 	  First release.