|
| 1 | +---Changes history with TigerJS 1.2.1 [10/01/2016] |
| 2 | + NEW_MODULE/OBJECT: Added TigerJS.xui The base for da futuristic HUD UI elements |
| 3 | + NEW_MODULE/OBJECT: Added xuiText in TigerJS.xui |
| 4 | + NEW_MODULE/OBJECT: Added xuiText2 in TigerJS.xui |
| 5 | + NEW_MODULE/OBJECT: Added xcontainer in TigerJS.xui |
| 6 | + NEW_MODULE/OBJECT: Added xcontainer2 in TigerJS.xui |
| 7 | + NEW_MODULE/OBJECT: Added xcontainer3 in TigerJS.xui |
| 8 | + NEW_MODULE/OBJECT: Added xcontainer4 in TigerJS.xui |
| 9 | + |
| 10 | + *) MODULE: TigerJS.Iterator added new methods |
| 11 | + #timed_iterator |
| 12 | + *) MODULE: String.prototype added new methods to the native string |
| 13 | + #drizzle |
| 14 | + *) Performance tweaks and Bug/Security Fixes |
| 15 | + |
| 16 | + |
| 17 | +---Changes history with TigerJS 1.2 [10/01/2016] |
| 18 | + #Yaay Its independence day today in Nigeria :) |
| 19 | + #But we still don't have 24hrs power supply :( |
| 20 | + #..anyway |
| 21 | + |
| 22 | + #Removed the dependency on the iconmoon font file(s), and added a whole bunch of SVG |
| 23 | + #icons (mostly from the icon moon project), and a documentation |
| 24 | + #on how to use them i.e how to dynamically insert them |
| 25 | + |
| 26 | + *) Bug Fixes as always |
| 27 | + |
| 28 | +---Changes history with TigerJS 1.1a [09/15/2016] |
| 29 | + *) MODULE: TigerJS.$ added new methods |
| 30 | + #isChild |
| 31 | + #isChildOf |
| 32 | + *) Numerous Bug-fixes and improvements |
| 33 | + |
| 34 | + |
| 35 | +---Changes history with TigerJS 1.01 [09/06/2016] |
| 36 | + *) Refactored FileUploadWidget MODULE, increased total upload limit to 300MB per upload session, and also increased parallel |
| 37 | + file chunk fragments to speed up the uploads |
| 38 | + *) Fixed several Logical errors in TextInputWidget MODULE |
| 39 | + *) Other misc. Bug-fixes and improvements |
| 40 | + |
| 41 | + |
| 42 | +---Changes history with TigerJS 1.0 [04/16/2016] (Finallly, out of Beta) |
| 43 | + |
| 44 | + |
| 45 | +---Changes history with TigerJS 1.1.6 Beta [04/16/2016] |
| 46 | + *) Performance tweaks and Bug/Security Fixes |
| 47 | + *) Added strictMatch flag to T.nodes |
| 48 | + |
| 49 | +---Changes history with TigerJS 1.1.5 Beta [04/04/2016] |
| 50 | + *) Performance tweaks and Bug/Security Fixes |
| 51 | + |
| 52 | +---Changes history with TigerJS 1.1.3 Beta [01/05/2016] |
| 53 | + |
| 54 | + *) NEW_MODULE/OBJECT: Added SelectWidget in TigerJS.UI.Widget |
| 55 | + *) NEW_MODULE/OBJECT: Added RangeWidget in TigerJS.UI.Widget |
| 56 | + *) NEW_MODULE/OBJECT: Added NotifyWidget in TigerJS.UI.Widget |
| 57 | + *) NEW_MODULE/OBJECT: Added FileUploadWidget in TigerJS.UI.Widget |
| 58 | + *) Bug fixes and Performance improvements |
| 59 | + |
| 60 | + |
| 61 | +---Changes history with TigerJS 1.1.1 Beta [11/13/2015] |
| 62 | + |
| 63 | + *) TigerJS.$#on now accepts multiple space separated events, in its 'on' parameter |
| 64 | + *) TigerJS.UI.Widget.CalendarWidget fixed a bug with the disabled date parameter getting overwritten in the object |
| 65 | + and thus gets corrupted |
| 66 | + |
| 67 | + *) Bug fixes and Performance improvements |
| 68 | + |
| 69 | + |
| 70 | + |
| 71 | +---Changes history with TigerJS 1.1 Beta [11/05/2015] |
| 72 | + |
| 73 | + *) Lots of Bug fixes and Performance improvements |
| 74 | + |
| 75 | + |
| 76 | +-------------------------------------------------------------------------------- |
| 77 | +---Changes history with TigerJS 1.0 Beta [10/31/2015] |
| 78 | + |
| 79 | + *) First public (beta) version of library released (wow after over a year of coding!!) |
| 80 | + |
| 81 | + *) NEW_MODULE/OBJECT: TigerJS, This is the main name-space of the library, |
| 82 | + it also contains essential utility functions, but |
| 83 | + you'll normally just want to use the shorthand T |
| 84 | + |
| 85 | + |
| 86 | + *) NEW_MODULE/OBJECT: TigerJS.Iterator, A highly optimized array-like generic |
| 87 | + iterator object for working with lists of any kind of data, contains |
| 88 | + a very large number of methods and can be adapted to |
| 89 | + function like different data-structures, including |
| 90 | + stacks, queues, deques e.t.c |
| 91 | + |
| 92 | + *) NEW_MODULE/OBJECT: TigerJS.$, The DOM Castle of the Library |
| 93 | + *) NEW_MODULE/OBJECT: TigerJS.nodes, DOM Operations on node Lists |
| 94 | + *) NEW_MODULE/OBJECT: TigerJS.Map, A Cool Key/Value pair based Object |
| 95 | + *) NEW_MODULE/OBJECT: TigerJS.Parser uhm..., parses stuff: URL's Email's and stuff |
| 96 | + *) NEW_MODULE/OBJECT: TigerJS.ua, Info on your Browser |
| 97 | + *) NEW_MODULE/OBJECT: TigerJS.Conn |
| 98 | + *) NEW_MODULE/OBJECT: TigerJS.io , Advanced XMLHttpRequest based I/O Operations |
| 99 | + *) NEW_MODULE/OBJECT: TigerJS.io.CompositeRequest, Advanced XMLHttpRequest based I/O Operations, that permits multiple requests |
| 100 | + on a single connection |
| 101 | + *) NEW_MODULE/OBJECT: TigerJS.io.SerialRequest, Advanced Serial XMLHttpRequest based I/O Operations |
| 102 | + *) NEW_MODULE/OBJECT: TigerJS.Crypto, Cryptographic Functions |
| 103 | + *) NEW_MODULE/OBJECT: TigerJS.Hash, Hashing Functions |
| 104 | + *) NEW_MODULE/OBJECT: TigerJS.UI.FX, CSS/DHTML Effects Module, and currently includes |
| 105 | + TigerJS.UI.FX.Animation and TigerJS.UI.FX.Draggable |
| 106 | + |
| 107 | + *) NEW_MODULE/OBJECT: TigerJS.UI.Widget, Widgets Framework Base |
| 108 | + Which includes... |
| 109 | + InputFeild-Widgets, Overlay-Widgets, Tooltip-Widgets, Calendar-Widgets. |
| 110 | + See the doc's on how to initialize and use them |
| 111 | + |
| 112 | + *) NEW_MODULE/OBJECT: TigerJS.UI.Color, Color Manipulation Functions |
| 113 | + *) NEW_MODULE/OBJECT: String.prototype, The following methods were added |
| 114 | + to the native string object |
| 115 | + -sprintf |
| 116 | + -count_ch |
| 117 | + -delete_ch |
| 118 | + -find_first_not_of |
| 119 | + -find_first_of |
| 120 | + -find_last_not_of |
| 121 | + -find_last_of |
| 122 | + -html_chars |
| 123 | + -explode |
| 124 | + -implode |
| 125 | + -insert_n |
| 126 | + -quotemeta |
| 127 | + -rotX |
| 128 | + -string_pad |
| 129 | + -string_repeat |
| 130 | + -string_replace |
| 131 | + -strpos |
| 132 | + -strrpos |
| 133 | + -stripos |
| 134 | + -strripos |
| 135 | + -strstr |
| 136 | + -stristr |
| 137 | + -substr_count |
| 138 | + -escQuote |
| 139 | + -unEscQuote |
| 140 | + -trim |
| 141 | + -toCase |
| 142 | + |
| 143 | + |
| 144 | + |
| 145 | + |
0 commit comments