UNPKG

jdoms

Version:

jDoms is an interactive Javascript library for DOM manipulations and most regulars functions related with DOM.

21 lines (18 loc) 875 B
# jDoms changelog ## Version 1.1.0(January 23, 2022) * Fix object checking everywhere( `Object.hasOwnProperty` ) * Fix and extended ajax function( `jDoms.ajax` ) * Fix buildQuery function( `jDoms.buildQuery` ) * Fix buildQuery function( `jDoms.buildFormData` ) * Add a alias function( `jDoms.isDefined(variable)` alias of `jDoms.isSet(variable)` ) * Add a function( `jDoms.isInteger(variable)` ) * Add a function( `jDoms.isUnique(variable)` ) * Deprecate a function( `jDoms.active()` ) * Add a function( `jDoms.activeDom()` ) * Add a alias function( `jDoms.domsReady()` alias of `jDoms.domReady()` ) * Fix minor other issues ## Version 1.0.1(January 13, 2022) * Fix a function( `jDoms.isEmpty(variable)` ) * Add a function( `jDoms.isInt(variable)` ) ## Version 1.0.0 (November 7th, 2021)-Initial Release * Upload and public release the initial version.