|
1 |
| -<<<<<<< HEAD |
2 |
| ----Changes history with TigerJS 1.3 [06/06/2018] |
3 |
| - #removed w3.css files and svgfont files |
4 |
| - #focus is now solely scripting |
5 |
| - |
6 |
| - |
7 |
| - |
8 |
| - |
9 |
| ----Changes history with TigerJS 1.2.2 [22/06/2017] |
10 |
| - #major bug fixes and optimizations |
11 |
| - #removed all TigerjS.xui* modules from prod source |
12 |
| - |
13 |
| - |
14 |
| - |
15 |
| ----Changes history with TigerJS 1.2.2 [17/02/2017] |
16 |
| - #This release represents a major release full of performance tweaks and bug fixes |
17 |
| - |
18 |
| - NEW_MODULE/OBJECT: Added TigerJS.xui The base for da futuristic HUD UI elements (Think -Minority report, -Iron man etc |
19 |
| - NEW_MODULE/OBJECT: Added TigerJS.xuiLine A sub object of TigerJS.xui used for rendereing SVG based lines |
20 |
| - NEW_MODULE/OBJECT: Added TigerJS.xuiText A sub object of TigerJS.xui that create's rectangular an SVG boxe for text |
21 |
| - NEW_MODULE/OBJECT: Added TigerJS.xuiTextb A sub object of TigerJS.xui that create's an SVG polygon box for text |
22 |
| - NEW_MODULE/OBJECT: Added TigerJS.xuiTextc A sub object of TigerJS.xui that create's an SVG text container, with borders only on one side |
23 |
| - NEW_MODULE/OBJECT: Added TigerJS.xuiTextd A sub object of TigerJS.xui that create's an SVG text container, without border strokes |
24 |
| - NEW_MODULE/OBJECT: Added TigerJS.xuiCircle A sub object of TigerJS.xui that create's an SVG circle, that contain optionally hold an image |
25 |
| - NEW_MODULE/OBJECT: Added TigerJS.xuiContainer A sub object of TigerJS.xui that create's a generic SVG based container that can be used |
26 |
| - to hold other TigerJS.xui sub objects including the various xuiText.. variants, images and |
27 |
| - other DOM content |
28 |
| - NEW_MODULE/OBJECT: Added TigerJS.xuiContainerb A sub object of TigerJS.xui that create's a generic SVG based container that can be used |
29 |
| - to hold other TigerJS.xui sub objects including the various xuiText.. variants, images and |
30 |
| - other DOM content |
31 |
| - NEW_MODULE/OBJECT: Added TigerJS.xuiCaptionedContainer A sub object of TigerJS.xui that create's a generic SVG based container that can be used |
32 |
| - to hold other TigerJS.xui sub objects including the various xuiText.. variants, images and |
33 |
| - other DOM content, this container can also have an optional caption |
34 |
| - |
35 |
| - *) MODULE: TigerJS.Iterator added new methods |
36 |
| - #timed_iterator |
37 |
| - *) MODULE: String.prototype added new methods to the native string |
38 |
| - #drizzle |
39 |
| - *) Performance tweaks and Bug/Security Fixes |
40 |
| - |
41 |
| - |
42 |
| ----Changes history with TigerJS 1.2 [10/01/2016] |
43 |
| - #Yaay Its independence day today in Nigeria :) |
44 |
| - #But we still don't have 24hrs power supply :( |
45 |
| - #..anyway |
46 |
| - |
47 |
| - #Removed the dependency on the iconmoon font file(s), and added a whole bunch of SVG |
48 |
| - #icons (mostly from the icon moon project), and a documentation |
49 |
| - #on how to use them i.e how to dynamically insert them |
50 |
| - |
51 |
| - *) Bug Fixes as always |
52 |
| - |
53 |
| ----Changes history with TigerJS 1.1a [09/15/2016] |
54 |
| - *) MODULE: TigerJS.$ added new methods |
55 |
| - #isChild |
56 |
| - #isChildOf |
57 |
| - *) Numerous Bug-fixes and improvements |
58 |
| - |
59 |
| - |
60 |
| ----Changes history with TigerJS 1.01 [09/06/2016] |
61 |
| - *) Refactored FileUploadWidget MODULE, increased total upload limit to 300MB per upload session, and also increased parallel |
62 |
| - file chunk fragments to speed up the uploads |
63 |
| - *) Fixed several Logical errors in TextInputWidget MODULE |
64 |
| - *) Other misc. Bug-fixes and improvements |
65 |
| - |
66 |
| - |
67 |
| ----Changes history with TigerJS 1.0 [04/16/2016] (Finallly, out of Beta) |
68 |
| - |
69 |
| - |
70 |
| ----Changes history with TigerJS 1.1.6 Beta [04/16/2016] |
71 |
| - *) Performance tweaks and Bug/Security Fixes |
72 |
| - *) Added strictMatch flag to T.nodes |
73 |
| - |
74 |
| ----Changes history with TigerJS 1.1.5 Beta [04/04/2016] |
75 |
| - *) Performance tweaks and Bug/Security Fixes |
76 |
| - |
77 |
| ----Changes history with TigerJS 1.1.3 Beta [01/05/2016] |
78 |
| - |
79 |
| - *) NEW_MODULE/OBJECT: Added SelectWidget in TigerJS.UI.Widget |
80 |
| - *) NEW_MODULE/OBJECT: Added RangeWidget in TigerJS.UI.Widget |
81 |
| - *) NEW_MODULE/OBJECT: Added NotifyWidget in TigerJS.UI.Widget |
82 |
| - *) NEW_MODULE/OBJECT: Added FileUploadWidget in TigerJS.UI.Widget |
83 |
| - *) Bug fixes and Performance improvements |
84 |
| - |
85 |
| - |
86 |
| ----Changes history with TigerJS 1.1.1 Beta [11/13/2015] |
87 |
| - |
88 |
| - *) TigerJS.$#on now accepts multiple space separated events, in its 'on' parameter |
89 |
| - *) TigerJS.UI.Widget.CalendarWidget fixed a bug with the disabled date parameter getting overwritten in the object |
90 |
| - and thus gets corrupted |
91 |
| - |
92 |
| - *) Bug fixes and Performance improvements |
93 |
| - |
94 |
| - |
95 |
| - |
96 |
| ----Changes history with TigerJS 1.1 Beta [11/05/2015] |
97 |
| - |
98 |
| - *) Lots of Bug fixes and Performance improvements |
99 |
| - |
100 |
| - |
101 |
| --------------------------------------------------------------------------------- |
102 |
| ----Changes history with TigerJS 1.0 Beta [10/31/2015] |
103 |
| - |
104 |
| - *) First public (beta) version of library released (wow after over a year of coding!!) |
105 |
| - |
106 |
| - *) NEW_MODULE/OBJECT: TigerJS, This is the main name-space of the library, |
107 |
| - it also contains essential utility functions, but |
108 |
| - you'll normally just want to use the shorthand T |
109 |
| - |
110 |
| - |
111 |
| - *) NEW_MODULE/OBJECT: TigerJS.Iterator, A highly optimized array-like generic |
112 |
| - iterator object for working with lists of any kind of data, contains |
113 |
| - a very large number of methods and can be adapted to |
114 |
| - function like different data-structures, including |
115 |
| - stacks, queues, deques e.t.c |
116 |
| - |
117 |
| - *) NEW_MODULE/OBJECT: TigerJS.$, The DOM Castle of the Library |
118 |
| - *) NEW_MODULE/OBJECT: TigerJS.nodes, DOM Operations on node Lists |
119 |
| - *) NEW_MODULE/OBJECT: TigerJS.Map, A Cool Key/Value pair based Object |
120 |
| - *) NEW_MODULE/OBJECT: TigerJS.Parser uhm..., parses stuff: URL's Email's and stuff |
121 |
| - *) NEW_MODULE/OBJECT: TigerJS.ua, Info on your Browser |
122 |
| - *) NEW_MODULE/OBJECT: TigerJS.Conn |
123 |
| - *) NEW_MODULE/OBJECT: TigerJS.io , Advanced XMLHttpRequest based I/O Operations |
124 |
| - *) NEW_MODULE/OBJECT: TigerJS.io.CompositeRequest, Advanced XMLHttpRequest based I/O Operations, that permits multiple requests |
125 |
| - on a single connection |
126 |
| - *) NEW_MODULE/OBJECT: TigerJS.io.SerialRequest, Advanced Serial XMLHttpRequest based I/O Operations |
127 |
| - *) NEW_MODULE/OBJECT: TigerJS.Crypto, Cryptographic Functions |
128 |
| - *) NEW_MODULE/OBJECT: TigerJS.Hash, Hashing Functions |
129 |
| - *) NEW_MODULE/OBJECT: TigerJS.UI.FX, CSS/DHTML Effects Module, and currently includes |
130 |
| - TigerJS.UI.FX.Animation and TigerJS.UI.FX.Draggable |
131 |
| - |
132 |
| - *) NEW_MODULE/OBJECT: TigerJS.UI.Widget, Widgets Framework Base |
133 |
| - Which includes... |
134 |
| - InputFeild-Widgets, Overlay-Widgets, Tooltip-Widgets, Calendar-Widgets. |
135 |
| - See the doc's on how to initialize and use them |
136 |
| - |
137 |
| - *) NEW_MODULE/OBJECT: TigerJS.UI.Color, Color Manipulation Functions |
138 |
| - *) NEW_MODULE/OBJECT: String.prototype, The following methods were added |
139 |
| - to the native string object |
140 |
| - -sprintf |
141 |
| - -count_ch |
142 |
| - -delete_ch |
143 |
| - -find_first_not_of |
144 |
| - -find_first_of |
145 |
| - -find_last_not_of |
146 |
| - -find_last_of |
147 |
| - -html_chars |
148 |
| - -explode |
149 |
| - -implode |
150 |
| - -insert_n |
151 |
| - -quotemeta |
152 |
| - -rotX |
153 |
| - -string_pad |
154 |
| - -string_repeat |
155 |
| - -string_replace |
156 |
| - -strpos |
157 |
| - -strrpos |
158 |
| - -stripos |
159 |
| - -strripos |
160 |
| - -strstr |
161 |
| - -stristr |
162 |
| - -substr_count |
163 |
| - -escQuote |
164 |
| - -unEscQuote |
165 |
| - -trim |
166 |
| - -toCase |
167 |
| - |
168 |
| - |
169 |
| - |
170 |
| - |
171 |
| -======= |
172 | 1 | ---Changes history with TigerJS 1.3 [06/06/2018]
|
173 | 2 | #removed font-files and w3.css support
|
174 | 3 |
|
|
335 | 164 |
|
336 | 165 |
|
337 | 166 |
|
338 |
| ->>>>>>> dev |
0 commit comments