Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
cto
g1
Commits
3d21d469
Commit
3d21d469
authored
Jan 31, 2018
by
S Anand
Browse files
DOC: Release version 0.4.0
parent
32cbc888
Pipeline
#41011
passed with stage
in 1 minute and 6 seconds
Changes
2
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
CHANGELOG.md
View file @
3d21d469
# Change log
-
`0.1.0`
: Initial release with:
-
`0.1.0`
:
23 Dec 2017.
Initial release with:
-
[
$.urlfilter
](
#urlfilter
)
changes URL query parameters when clicked. Used to filter data
-
[
g1.url.parse
](
#urlparse
)
parses a URL into a structured object
-
[
g1.url.join
](
#urljoin
)
joins two URLs
-
[
g1.url.update
](
#urlupdate
)
updates a URL's query parameters
-
[
$.dispatch
](
#dispatch
)
is like
[
trigger
](
https://api.jquery.com/trigger/
)
but sends a native event (triggers non-jQuery events too)
-
`0.2.0`
: Added
-
`0.2.0`
:
23 Dec 2017.
Added
-
[
$.template
](
#template
)
renders lodash templates
-
[
L.TopoJSON
](
#ltopojson
)
loads TopoJSON files just like GeoJSON
-
`0.2.1`
:
-
`0.2.1`
:
25 Dec 2017
-
[
$.template
](
#template
)
triggers a
`template`
event with the data and target nodes.
It also accepts a
`src=`
attribute that points to a template file.
-
`0.2.2`
:
-
`0.2.2`
:
26 Dec 2017
-
[
$.template
](
#template
)
can be applied to a container element like
`body`
. It supports
`data-selector=`
which defaults to
`script[type="text/html"]`
-
`0.3.0`
:
-
`0.3.0`
:
19 Jan 2018
-
[
$.formhandler
](
#formhandler
)
renders Gramex FormHandler results as a table. By @tejesh.papineni
-
`0.4.0`
: 31 Jan 2018
-
[
$.formhandler
](
#formhandler
)
allows filters, custom formatting, error handling and more. By @tejesh.papineni
package.json
View file @
3d21d469
{
"name"
:
"g1"
,
"version"
:
"0.
3
.0"
,
"version"
:
"0.
4
.0"
,
"description"
:
"Gramex 1.x interaction library"
,
"license"
:
"UNLICENSED"
,
"author"
:
"S Anand <s.anand@gramener.com>"
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment