瀏覽代碼

Changes in CHANGES.MD :)

soyjavi 13 年之前
父節點
當前提交
24239b8241
共有 2 個文件被更改,包括 6 次插入82 次删除
  1. 5 81
      CHANGES.md
  2. 1 1
      README.md

+ 5 - 81
CHANGES.md

@@ -1,92 +1,16 @@
 # LungoJS
-### HTML5 Mobile Framework, and stuff.
+### A framework for developers who want to design, build and share cross device apps.
 
-## Changes in Version 1.2
-- New improved Scroll: Refresh, Append, Prepend...
-- New template system
-- New input element (iOS 5+, Android 2.3+): type="range"
-- New data-attribute: data-progress
-- New <section> transitions: pop & flow
-- New type of header: Extended
-- New navigation type: Groupbar
-- New behavior for aside elements.
-- Asynchronous loading of sections and templates.
-- Optimized .indented class
-- Android 4.0 device support
-- New default theme with Roboto Font.
-- BUG FIXED:
-    - Fixed position in iOS 4.2+
-    - Fixed bug in cache.get() method (9adf3c2294)
-
-## Changes in Version 1.1.2
-- BUG FIXED:
-    - Icon repository supported in Android Honeycomb (3.0+)
-    - Icon repository supported in Android IceCream Sandwich (4.0+)
-
-## Changes in Version 1.1.1
-
-- BUG FIXED:
-    - Issue #58: Fixed position in iOS Devices (4+)
-    - Fixed height of a scroll when overwrite a .list
-
-## Changes in Version 1.1
-
-- @QuoJS Library implemented, Zepto.js deprecated.
-- Saved more than 20 Kb (60% of the original size)
-- New DOM namespace
-- Synchronized service calls in lng.Service
-- New Events: touch, tap, doubleTap, longTap...
-- New <input type="checkbox"> style (as iOS style).
-- BUG FIXED:
-    - Scroll with form elements
-
-## Changes in Version 1.0.4
-
-- Optimized layout: No JavaScript resizes (full CSS3 selectors)
-- Better transformations between <sections> (with easeInOutCubic transform)
-- New Data-Attribute "count" (API JavaScript support)
-- New Optimized .toolbar
-- New system of forms with <ul> element
-- New <article> classes: indented & rounded
-- Discontinued <scroll> element becoming in the new .scrollable class
-- New Kitchen Sink 1.1 (in GitHub Repository)
-- Remove iScroll reference, now LungoJS uses iScroll-Lite
-- Remove Jasmine Test Framework
-- BUG Fixed:
-    - Multiple <aside>s
-
-## Changes in Version 1.0.3
-
-- Fixed error in method List.create() when result is a object
-- Aside element; autohide in mobile devices.
-- New data-target: aside
-- New theme & default button color
-- Responsive Layout: Mobile & Tablet Support
-- Title centered in <header>
-- New LungoJS default application icon
-
-## Changes in Version 1.0.2
-
-- Fixed template.binding
-- In Data.Sql.select() method if the total rows it's 1, returns a object and
-  not a array of objects.
-- Scroll fixed in iOS v.5 devices
-- Hide Navigation bar when App Instance is started (only in iOS Devices).
-- In Service.get() the parameters of url are setted by a JSON object.
-
-## Changes in Version 1.0.1
-
-- New <input type="checkbox"> style (as iOS style).
-- New <input type="group"> style (as IOS style).
-- New Navigation system via data-target attribute.
+## Changes in version 2.0
+-
 
 ## Credits
 Created by [Javier Jiménez](http://twitter.com/soyjavi).
 
-Copyright (c) 2011 by Tapquo Inc.
+Copyright (c) 2011-2012 by Tapquo Inc.
 
 ## Licensing Options
 LungoJS is licensed under free commercial and open source licenses for
 application development, and a paid commercial license for OEM uses.
 
-See LICENSE.txt for license.
+See LICENSE.txt for license.

+ 1 - 1
README.md

@@ -1,5 +1,5 @@
 # LungoJS
-### A framework for developers who want to design, build and share cross device applications.
+### A framework for developers who want to design, build and share cross device apps.
 
 ## Lungo Framework uses actual & future features of advanced Web Development.