Skip to content
This repository has been archived by the owner on Nov 28, 2020. It is now read-only.

Releases: TechPot-Studio/peb.js

2.1.2 Release

31 Aug 13:22
99dcfa2
Compare
Choose a tag to compare

Fix

  • Fixed Uncaught TypeError: Failed to execute 'appendChild' on 'Node': parameter 1 is not of type 'Node'. that could happend on RElement.insert

Change

  • genNode.elementFromText works diffirent

2.1.1 Release

31 Aug 09:54
57887e1
Compare
Choose a tag to compare

Optimized puzzling code and optimized documentation

2.1.0 Release

31 Aug 09:26
dfbd83f
Compare
Choose a tag to compare

Add

  • peb.Sound constructor

Change

  • genDom was renamed to genNode to avoid ambiguity
  • peb.info() changed into peb.version
  • peb.ajax details

2.0.0 Release

18 Aug 00:50
29f7831
Compare
Choose a tag to compare

Add

  • peb.ajax (BETA)
  • peb.genDom.elementFromText

Change

  • All functions and methods are classified under the peb category
  • Officially enable <peb-trans>
  • pb renamed to peb.sel
  • gen renamed to genDom
  • RElement.evt renamed to RElement.on
  • RElementsCollection officially removed .item
  • More user-friendly documents
  • JSDoc comments
  • Function comments
  • Variable names no longer use the first letter of the word
  • Object.keys(obj).forEach() modified to [].forEach.call(Object.keys(obj))
  • Remove "all definitions in an immediate execution function"

Release 1.1.3

11 Aug 12:51
b234b37
Compare
Choose a tag to compare

Change

Nothing

Fix

  • An error is reported due to undefined document when Node.js is running

Actually this is an update that I recreated because I forgot to update the content uploaded by npm

Release 1.1.1 - Efficiency Up

10 Aug 10:19
ce695d1
Compare
Choose a tag to compare

Change

  • for(let i in Object){} changed into Object.keys(Object).forEach((c) => {})

Fix

Nothing to fix

1.1.0 Release

09 Aug 02:56
1edaea8
Compare
Choose a tag to compare

Add

  • Function sum().
  • Function transition() (Beta).
  • Some functions in RElement are now able to multiple change value.
  • evt(), css() and dats() add to RElement.
  • Two HTML Elements (Beta).
  • Prototypes.

Change

  • Function gen(type, ...args) change to Class gen.type(...args).
  • The code detecting method changed.

Fix

Nothing to fix

1.0.0 Release

28 Jul 12:59
89bd267
Compare
Choose a tag to compare

The first released version