OGX.JS Javascript Framework version 1.1.0 beta with CLI released

2020-05-12

Great new for javascript developers! Build your javascript application even faster with OGX.JS and our new OGX.CLI companion! Available on NPM/Node (via the following command: npm -i @globules-io/ogx.cli -g), and coming with the latest version of OGX, the CLI is packed with commands to help you create files from templates and delete them, automatically link files to your index, compress or restore files, prepare your app.json file and much more!

Head over to the CLI's wiki to learn more about it!

The documentation has been updated to match this release.

Here is the changelog for OGX.JS version 1.1.0-bHerem -i )@gl

  • [OSE] new engine originated from the templater and now applicable to OML
  • [Cache] new internal cache that indexes Uxis
  • [Uxi] new method cfind to lookup the cache instead of in self children
  • [App] most get/find functions now use cfind instead of find
  • [Net] refactored the preloaded module to included multiple path, themes and fonts
  • [App] app.json preloaded files are now cached by filename
  • [Bind] refactored binds into class
  • [List] new commands set unset, get now return an object if limit is set to 1, now supports combined indexes
  • [Form] pattern of field can now be set in config
  • [Routing] now url group capture property is set within the url, new crumb keywords via OSE to retrieve group
  • [Uxi] config.container is now config.el
  • [RouletteTree] swipe issues fixed
  • [Window] updated constants, now use values in OML
  • [Popup] updated constants, now use values in OML
  • [NestList] bindable and filterable over nest title
  • [GroupedList] refactored bind
  • [Stage] added flip swap, anim

Read the changelog on github to learn about the new features and the few breaking changes.

 

OGX.JSOGX.CLIJavascript