Skip to content

v0.2.1 (2014-02-25)

Latest
Compare
Choose a tag to compare
@saschakiefer saschakiefer released this 25 Feb 16:55
· 46 commits to master since this release

Bug Fixes

  • application: clean up quint task in the generated Gruntfile.js (f4fe76e0)
  • gen:
    • reintroduce the possibility to choose between XML and JS view for the classical (1ed5ca05)
    • Fixed basic details prompts (8893b774)
    • Fix jsformat error and add back .gitignore for generated apps (286e89f4)
  • rewrite:
    • Handle formatting of json comments when adding new resource roots (16626291, closes #55)
    • improve error message when needle not found error. (9a06acce)
    • Handle needle not found error in rewrite function. (f15f72f8, closes #54)
  • tests: fixed generator tests failing since UI5 library options were added (27b397e4)

Features

  • components: Handle component namespaces (bcf400f6)
  • app:
  • build:
    • add local http server (3172bd9b)
    • added prompt to enable livereload (5beba825)
    • enable livereload of xml views (27fa19e3)
  • gen:
    • update openui5-bower version to 1.18.8 (aee6ff45)
    • add possibility to chose where OpenUI5 is loaded from (local copy installed by bower or already existing location)(42751af5)
    • html page to demo web proxy capabilities. (2f109961)