Revision history for Perl module JavaScript::Duktape

0.1.1 2015 2015-10-24
	- upgrade duktape to version 1.3.0
	- fix broken tests with duktape new version

0.1.0 2015 2015-07-29
	- Adding dlopen and dlclose functions

0.0.5 2015 2015-07-16
	- JavaScript::Duktape::Data -> JavaScript::Duktape::NULL
	- Adding push_pointer and get_pointer support


0.0.4 2015 2015-06-17
	- fix 'typemaps' is not a valid config option for Inline::C by requirung last Inline & Inline::C versions
	- fix documentation example

0.0.3  2015 2015-06-13
	- Development Release
	- updating Duktape engine to v 1.2.2

0.0.2_1  2015 2015-05-20
	- 3rd Development Release
	- Code Clean
	- Fix JMPENV_POP issue
	- adding LICENSE

0.0.1_2  2015 2015-05-17
	- Seocend Development Release
	- More tests
	- Code Clean

0.0.1_1  2015 2015-05-07
	- First Development Release