-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathhaxelib.json
18 lines (17 loc) · 908 Bytes
/
haxelib.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
"name": "pushstate",
"license": "MIT",
"tags": ["js","pushstate","history","web","html5"],
"description": "A basic JS library that uses PushState to update the browser address bar, add history items, and emulate requests without doing a full page reload. Great for single-page web applications.",
"contributors": ["jason"],
"releasenote": "- Add support for including file uploads (Javascript `FileList` objects) in the history state.
- Add support for reading `<input type=file>` while intercepting form submissions.
- Make `currentPath`, `currentState` and `currentUploads` readonly.
- Add `PushState.silentReplace()` to update the URL and state without checking preventers or triggering listeners.
- Get rid of the old (and unused) `pushstate.History` interface.",
"version": "2.1.0",
"classPath": "src/",
"url": "https://github.com/jasononeil/hxpushstate",
"dependencies": {
}
}