Skip to content

Latest commit

 

History

History
68 lines (55 loc) · 2.39 KB

CHANGES.markdown

File metadata and controls

68 lines (55 loc) · 2.39 KB

v0.6.3

Bugs fixed:

  • Issue #22 and Issue #23: Support *.scss files as well as *.sass files.
  • Issue #24: Create the stylesheet output directories as part of the build process.
  • Issue #25: Recreate the load_file.txt when the feature manifest changes.
  • iOS was correctly dispatching timer firings back to the controller code.

v0.6.2

  • Moving to a more recent version of the xcodeproj gem caused a conflict with Frank that needed to be resolved.

v0.6.1

  • iOS was not correctly loading HTML UIs. Fixing this also required re-working the project creation.

v0.6.0

  • Added plugin support
  • Added an alert plugin implementation: web/app/source/alert.web.coffee, droid/test/src/com/calatrava/bridge/AlertPlugin.java and ios/Pods/calatrava/calatrava-ios/Bridge/AlertPlugin.m.
  • Substantial re-writing of the build tasks. Should largely not be externally visible, except there are a lot less tasks now.

Bugs fixed:

  • Issue #5: Creates the droid build with default name of the project as 'test' instead of the project name
  • Issue #12: Failing AJAX - Typo in calatrava.inbound
  • Issue #13: Problem Building on Xcode (4.5.1) - Can't Find Bundler
  • Issue #14: Cosmetic: ios/public misplaced during calatrava create
  • Issue #15: Uncaught TypeError: Object #<Object> has no method 'success'

Changes that will affect existing projects:

  • Edited httpd conf template: config/templates/httpd.conf.erb
  • Edited the single page Haml template: web/app/views/index.haml

v0.5.0

  • First public release

Contributors: