TitanNanoDE / af-DataBinding

HTML data binding library
Apache License 2.0
1 stars 0 forks source link

Update application-frame to the latest version 🚀 #7

Closed greenkeeper[bot] closed 7 years ago

greenkeeper[bot] commented 7 years ago

Version 0.6.0 of application-frame just got published.

Dependency application-frame
Current Version 0.5.0
Type dependency

The version 0.6.0 is not covered by your current version range.

Without accepting this pull request your project will work just like it did before. There might be a bunch of new features, fixes and perf improvements that the maintainers worked on for you though.

I recommend you look into these changes and try to get onto the latest version of application-frame. Given that you have a decent test suite, a passing build is a strong indicator that you can take advantage of these changes by merging the proposed change into your project. Otherwise this branch is a great starting point for you to work on the update.


Release Notes v0.6.0
  • moved canvas rendering out of the core framework
  • removed mozilla addon code
  • restructuring of the file tree
    • core prototypes are now directly under core/
    • the array utility is now under util/array.js
  • added a RenderEngine singleton under rendering/
  • EventManager and Mixin prototypes have been removed
  • the IndexeDB module has been moved to the root dir
  • the hashControllerhas been removed from the framework. Use af-router for future routing
  • a new DataStorage has been created
  • a new VM prototype has been created for node
Commits

The new version differs by 26 commits .

  • 7de0f42 prepare v0.6.0
  • ede759a created tests for node vm and fix bugs in the vm
  • f7acfc5 new prototype VM for node
  • c1985ed new prototype DataStorage
  • e3287a7 move Router out of the core framework
  • 5908d71 fixed npm scripts
  • 02c8921 fix typo in travis config
  • 03327a7 fix travis build
  • be44190 README update
  • fe23722 move indexedDB driver out of "modules/"
  • 5630529 remove obsolete prototypes
  • f73aebf add the rendering code to the framework
  • 9d8df4c move array util to "util/array" for more consistency
  • 1d05513 move core prototypes out of the "prototypes/" sub-dir
  • 2df2338 remove obsoltete mozilla Add-on SDK code

There are 26 commits in total. See the full diff.

Not sure how things should work exactly? There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html) and of course you may always [ask my humans](https://github.com/greenkeeperio/greenkeeper/issues/new).

Your Greenkeeper Bot :palm_tree:

greenkeeper[bot] commented 7 years ago

Version 0.6.1 just got published.

Update to this version instead 🚀

Release Notes v0.6.1
  • the script name of the executed module will now be correctly set when using the node VM
  • docs/ are no longer bundled when publishing on npm
Commits

The new version differs by 3 commits .

See the full diff.