Skip to content

Releases: k37z3r/jBase

jBase 2024.02.08 Release: Leena

08 Feb 11:35
d3ea932
Compare
Choose a tag to compare

jBase is a javascript library that is very simple and very small. i wrote this library because jQuery and other libraries are too big for me personally and i only need a small part of them. Of course I could have changed the jQuery for my purposes, but I still want a much smaller version. and if you look at the known libraries, you know how complex they are written, which would only inflate the source code for the few functions. Do I think my library is better? no, it's not! it's just smaller and therefore easier to read. Can others make changes to jBase? Sure, the licence basically says: Sharing and modifying is allowed, but you are not allowed to claim that you are the author (attribution of the author is required), and commercial use (resale...) is prohibited. The legally binding licence can be found in an easy-to-read form including an explanation at: https://creativecommons.org/licenses/by-nc-sa/4.0/

Changelog

  • more minify
  • fix val()
  • fix attr()

jBase 1.8 Release: Ivasaar

04 Feb 11:45
52e2ced
Compare
Choose a tag to compare

jBase is a javascript library that is very simple and very small. i wrote this library because jQuery and other libraries are too big for me personally and i only need a small part of them. Of course I could have changed the jQuery for my purposes, but I still want a much smaller version. and if you look at the known libraries, you know how complex they are written, which would only inflate the source code for the few functions. Do I think my library is better? no, it's not! it's just smaller and therefore easier to read. Can others make changes to jBase? Sure, the licence basically says: Sharing and modifying is allowed, but you are not allowed to claim that you are the author (attribution of the author is required), and commercial use (resale...) is prohibited. The legally binding licence can be found in an easy-to-read form including an explanation at: https://creativecommons.org/licenses/by-nc-sa/4.0/

Changelog

  • more minify
  • arguments at doScroll() case insensitive
  • arguments at toggleSlide() case insensitive
  • arguments at focus() case insensitive

jBase 1.7 Release: Pyria

30 Jan 11:59
9ad5ea2
Compare
Choose a tag to compare

jBase is a javascript library that is very simple and very small. i wrote this library because jQuery and other libraries are too big for me personally and i only need a small part of them. Of course I could have changed the jQuery for my purposes, but I still want a much smaller version. and if you look at the known libraries, you know how complex they are written, which would only inflate the source code for the few functions. Do I think my library is better? no, it's not! it's just smaller and therefore easier to read. Can others make changes to jBase? Sure, the licence basically says: Sharing and modifying is allowed, but you are not allowed to claim that you are the author (attribution of the author is required), and commercial use (resale...) is prohibited. The legally binding licence can be found in an easy-to-read form including an explanation at: https://creativecommons.org/licenses/by-nc-sa/4.0/

Changelog

  • add click()
  • add focus()
  • fix attr()

jBase 1.5 Release: Elenwen Sephiran

22 Jan 15:04
39661cc
Compare
Choose a tag to compare

jBase is a single javascript library designed to facilitate the programming of various javascript applications.

Changelog

  • fix some little Bugs
  • fix big bug in toogleSlide
  • add doScroll
  • add toogleClass

jBase 1.6 Release: Elenaril

22 Jan 16:24
febe784
Compare
Choose a tag to compare

jBase is a javascript library that is very simple and very small. i wrote this library because jQuery and other libraries are too big for me personally and i only need a small part of them. Of course I could have changed the jQuery for my purposes, but I still want a much smaller version. and if you look at the known libraries, you know how complex they are written, which would only inflate the source code for the few functions. Do I think my library is better? no, it's not! it's just smaller and therefore easier to read. Can others make changes to jBase? Sure, the licence basically says: Sharing and modifying is allowed, but you are not allowed to claim that you are the author (attribution of the author is required), and commercial use (resale...) is prohibited. The legally binding licence can be found in an easy-to-read form including an explanation at: https://creativecommons.org/licenses/by-nc-sa/4.0/

Changelog

  • fix some little Bugs
  • update disable to get disable-status
  • update disable to set val

jBase 1.2 Release: Euphenia Howler

21 Jan 08:31
c6e961b
Compare
Choose a tag to compare

jBase is a single javascript library designed to facilitate the programming of various javascript applications.

Changelog

  • fix toogleSlide
  • unnecessary brackets removed
  • add function disable
  • more minify

jBase 1.1 Release: Caedmon Frost

17 Jan 16:55
4e71feb
Compare
Choose a tag to compare

jBase is a single javascript library designed to facilitate the programming of various javascript applications.

Changelog

  • fix toogleSlide
  • unnecessary brackets removed