Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
tinyDOM
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Louis
tinyDOM
Graph
master
Select Git revision
Branches
1
master
default
protected
Tags
5
v1.2.1
1.1.1
1.2.0
v1.1.1
v1.1.0
6 results
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
15
Mar
5
Dec
30
Nov
1
Jul
30
Jun
11
Mar
4
3
2
1
Feb
13
Jan
12
10
Dec
16
Nov
2
1
Correct order for removing attribute
v1.2.1 master
v1.2.1 master
Bump Version [1.2.0]
1.2.0
1.2.0
Remove attribute with attr when passing null as value
Include grunt cli in package.json, add lockfile
Bower Keyword Update
1.1.1 v1.1.1
1.1.1 v1.1.1
Version numbering is now caught up
v1.1.0
v1.1.0
Fixed mystery error
Refactored Polyfills to seperate module
Fixed bug from refactor
Updated json.merge to better handle undefined input
File cleanup
Added optional selector to children and clear to delete children
Fixed constructor of batch when passing zero length array
Fixed test to reflect refactor
Added previously missed files
Added apiversion for persisted element comparison
Refactored to make maintenence easier
Added bower.json
Added a DOM ready shortcut
Added JSON func object
mu().data & mu().attr now setwise/added mu().class
Removed td_prop and associated methods
Fixed Broken Merge
Merge remote-tracking branch 'origin/master'
Linted JS files / Removed Partially started func
Added function to check if a parameter is JSON / map file for minified javascript
Linted tinyDOM, added map for minified file
extended parent search to climb tree with selector
Added Parent/Children functions for easier DOM walking
Added the attr() mu object method, analogous to the data() method for regular attributes
Added "return this" to mu object trigger function
Added ability to trigger custom events on arbitrary selectors, changed ajax calls to callback(response, evt) from callback(evt)
Fully linted tinyDOM.js and updated tinyDOM.min.js
Added mu.byID as a more efficient way of getting a single tinyDOM object by ID
Merge remote-tracking branch 'origin/master'
Updated test and semi-linted tinyDOM.js
Limited delegate event checking to root element specified by mu instead of bubbling to document root
updated tinyDOM.min.js
Added functionality for delegated events, updated tests accordingly. Included Element.matches polyfill by github user elijahmanor
Fixed error function not being fired by reversing method call order. Also fixed previously unknown bug where an error would be fired for a 304 response (and presumably others)
Loading