Skip to content

Releases: Naharashu/LightJS

Light.js 1.5

15 Apr 19:19
67e0272

Choose a tag to compare

Added(Dom):
- rename some functions
- new functions - dark, white, replace(new, oldChild)

Light.js 1.4

13 Apr 19:14
40f0798

Choose a tag to compare

Added:
- attr functions
- value functions
- some new built-in events

Light.js 1.3

10 Apr 19:37
dbf5450

Choose a tag to compare

Added:

  • new routs in router
  • new functions in dom
  • now light.js needs nodejs
  • upgraded backfast

Light.js 1.2

09 Apr 19:46
627b0bd

Choose a tag to compare

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 server

Light.js 1.1

08 Apr 07:02
ec277d0

Choose a tag to compare

Light.js 1.1 Pre-release
Pre-release

Added:

  • new functions in dom
  • deepclone function
  • some fixes