Skip to content

Releases: CellBIS/CellBIS.js

CellBIS.js release v0.0.1-beta.4

28 Jun 21:20
Compare
Choose a tag to compare

Information

Update files for Prepare NPM Package

  • Rename src/ui/cellbis-pagination.js to src/ui/pagination.js
  • Rename src/ui/cellbis-event.js to src/component/event.js
  • Add src/ui/generator.js
  • Add src/ui/paginaton.js
  • Add src/wrapper/cellbis.js
  • Add src/var/IsBrowser.js
  • Add package.json and index.js

Feature in file "cellbis.js"

  • HTML Generator - cb.hgen
  • Union Object using cb.union.object()
  • Combine Object using with cb.combine.object()
  • Add custom extended function with cb.sub()

Feature in file "cellbis-pagination.js"

  • Support custom "Pagination Type"
  • Pagination type with name "standard" as default.

Feature is under development :

  • Component :
    • HTTP Request & File Upload
    • Web Storage
  • UI Generator :
    • Pagination
    • Form HTML
    • Table HTML

CellBIS.js release v0.0.1-beta.3

22 Jun 12:25
Compare
Choose a tag to compare

Information

Re-factor files structure

  • Rename dir "dist" to "src"
  • Move dist/cellbis.js to src/core.js
  • Move dist/cellbis-pagination.js to src/ui/cellbis-pagination.js
  • Add src/component/cellbis-event.js

Feature in file "cellbis.js"

  • HTML Generator - cb.hgen
  • Union Object using cb.union.object()
  • Combine Object using with cb.combine.object()
  • Add custom extended function with cb.sub()

Feature in file "cellbis-pagination.js"

  • Support custom "Pagination Type"
  • Pagination type with name "standard" as default.

Feature is under development :

  • Component :
    • HTTP Request & File Upload
    • Web Storage
  • UI Generator :
    • Pagination
    • Form HTML
    • Table HTML

CellBIS.js release v0.0.1-beta.2

19 Jun 08:48
Compare
Choose a tag to compare

Information

Feature in file "cellbis.js"

  • HTML Generator - cb.hgen
  • Union Object using cb.union.object()
  • Combine Object using with cb.combine.object()
  • Add custom extended function with cb.sub()

Feature in file "cellbis-pagination.js"

  • Support custom "Pagination Type"
  • Pagination type with name "standard" as default.

Feature is under development :

  • Component :
    • HTTP Request & File Upload
    • Web Storage
  • UI Generator :
    • Pagination
    • Form HTML
    • Table HTML

CellBIS.js v0.0.1-beta.1

06 Mar 04:14
Compare
Choose a tag to compare

CellBIS.js release v0.0.1-beta.1

Feature :

  • HTML Generator - cb.hgen
  • Browser Storage implemetation from localStorage - cb.browser_cache

Feature is under development :

  • UI Generator :
    • Pagination HTML
    • Form HTML
    • Table HTML