Skip to content

Commit 06f943a

Browse files
committed
1.3
1 parent ccf55fe commit 06f943a

File tree

2 files changed

+1
-282
lines changed

2 files changed

+1
-282
lines changed

CHANGES

-172
Original file line numberDiff line numberDiff line change
@@ -1,174 +1,3 @@
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-
=======
1721
---Changes history with TigerJS 1.3 [06/06/2018]
1732
#removed font-files and w3.css support
1743

@@ -335,4 +164,3 @@
335164

336165

337166

338-
>>>>>>> dev

README

+1-110
Original file line numberDiff line numberDiff line change
@@ -1,112 +1,4 @@
1-
<<<<<<< HEAD
2-
README FILE
3-
------------
4-
5-
TigerJS Javascript Library 1.3
6-
-------------------------------------------
7-
8-
INTRODUCTION
9-
----------------
10-
11-
The TigerJS JavaScript Library is an advanced, cross-browser, feature-rich and highly optimized
12-
JavaScript/DOM library, that is built to reduce the time and effort you need to put in building
13-
Javascript heavy Applications, it has being built to deliver high runtime performance and has low memory
14-
overhead, it includes lot of reusable utilities and language enhancement's / functional programming modules, DOM management modules, Basic Animations,
15-
Events, Ajax communication, data structures and much more.
16-
17-
For convenient deployment to your production servers, copy 'tigerjs' folder in the 'dist'
18-
sub-folder of the downloaded archive to your web root and just include tigerjs/tiger.min.js and you are good to go!!
19-
20-
* Objects in this library can and should be instantiated without the new keyword.
21-
22-
Copyleft
23-
----------
24-
25-
TigerJS Javascript Library (C) Agbalaya Olubodun ( , Nigeria)
26-
2014-2018, GNU LGPL v3,
27-
28-
https://github.com/solutionstack/tigerjs
29-
30-
and CONTRIBUTORS
31-
License
32-
--------
33-
TigerJS Javascript Library is free software distributed under the following license
34-
<GNU LGPL>.
35-
See the LICENSE file more information about license.
36-
37-
38-
39-
Usage
40-
------
41-
42-
Using the TigerJS library is as easy as extracting the downloaded archive into
43-
any foler/directory, then copying/dropping the contained TigerJS folder into your web root,
44-
or wherever it's needed and including TigerJS/tiger_min.js,
45-
or otherwise copy he tigerjs folder in the "dist" subfolder into the location you want, and
46-
just include tigerjs/tiger_min.js, into your page, no funky build process, no hassles.
47-
48-
49-
The Latest Version
50-
-------------------
51-
52-
Details of the latest version can be found on the TigerJS Project pages(s)
53-
@sourceforge <https://sourceforge.net/p/tigerjs>
54-
@github <https://github.com/solutionstack/tigerjs>
55-
56-
57-
58-
Documentation
59-
---------------
60-
61-
The documentation available as of the date of this release is
62-
included in HTML format in the docs/ directory.
63-
64-
65-
This distribution may include software that has been designed for use
66-
with cryptographic software. The country in which you currently reside
67-
may have restrictions on the import, possession, use, and/or re-export
68-
to another country, of encryption software. BEFORE using any encryption
69-
software, please check your country's laws, regulations and policies
70-
concerning the import, possession, or use, and re-export of encryption
71-
software, to see if this is permitted.
72-
73-
Contacts
74-
--------
75-
76-
* If you want to be informed about new code releases, bug fixes,
77-
security fixes, general news and information about the TigerJS Library project
78-
subscribe to the following mailing lists(s)
79-
80-
81-
* If you want freely available support for using TigerJS, please join the
82-
TigerJS Library user community by subscribing to any of the following
83-
https://sourceforge.net/p/tigerjs/blog/
84-
https://sourceforge.net/p/tigerjs/discussion/
85-
https://github.com/solutionstack/tigerjs/wiki
86-
87-
88-
* If you have a concrete bug report for the TigerJS Library,
89-
please go here
90-
https://sourceforge.net/p/tigerjs/tickets/
91-
https://github.com/solutionstack/tigerjs/issues
92-
Acknowledgments
93-
----------------
94-
95-
We wish to acknowledge the following copyrighted and lefted works which portions
96-
of the library were inspired by or derived or was wikned at by..:)
97-
98-
Dojo Library, Glow (BBC), YUI, PHPJs / PHP, openjs.com, Uize Library
99-
Ext Framework, Scripty, jsSHA, jsmcrypt, prototypejs.org, Google Closure
100-
various GitHub Projects , Paul Hayes, Mozilla (MDN)
101-
Stack-Overflow, Datejs, XDate, (Easing Equations. by Robert Penner),
102-
And other open-source projects/people/ideas/bugs not mentioned
103-
104-
105-
106-
Changes
107-
--------
108-
=======
109-
README FILE
1+
README FILE
1102
------------
1113

1124
TigerJS Javascript Library 1.3
@@ -212,5 +104,4 @@
212104

213105
Changes
214106
--------
215-
>>>>>>> dev
216107
For complete changes and history for this release see the CHANGES file

0 commit comments

Comments
 (0)