Releases: Naharashu/LightJS
Releases · Naharashu/LightJS
Light.js 1.5
Light.js 1.4
Added:
- attr functions
- value functions
- some new built-in events
Light.js 1.3
Added:
- new routs in router
- new functions in dom
- now light.js needs nodejs
- upgraded backfast
Light.js 1.2
Added:
- server creating module(backfast) with 2 commands:
import { backfast } from '/moduls_light/backfast.js'
const abc = new backfast
abc.new(3000) // localhost:3000
abc.end() // end of serverLight.js 1.1
Added:
- new functions in dom
- deepclone function
- some fixes