-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 5.21 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"name": "urturn-expression-api",
"version": "1.3.7-beta5",
"description": "Urturn.com expression API",
"main": "./lib/index.js",
"devDependencies": {
"grunt": "~0.4.1",
"grunt-cli": "~0.1",
"grunt-mocha": "~0.3",
"mocha": "~1.9.0",
"expect.js": "~0.2.0",
"grunt-css": "*",
"grunt-contrib-jshint": "~0.2.0",
"grunt-contrib-concat": "~0.1.3",
"grunt-contrib-cssmin": "~0.4.1",
"grunt-contrib-uglify": "~0.1.2",
"knox": "0.7.0",
"cloudfront": "0.3.1",
"grunt-bower-task": "~0.3.4",
"grunt-contrib-compress": "~0.5.0",
"grunt-contrib-compass": "*",
"bower": "1.2.8",
"underscore": "~1.4.4",
"grunt-concat-css": ">=0.3.1",
"grunt-urturn-component": "git://github.com/urturn/grunt-urturn-component.git",
"grunt-contrib-clean": "~0.4.1",
"mime": "~1.2.9",
"grunt-exec": "~0.4.1",
"browser-event": "*",
"grunt-contrib-watch": "~0.4.4",
"grunt-notify": "~0.2.4"
},
"scripts": {
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "git://github.com/urturn/urturn-expression-api.git"
},
"keywords": [
"urturn",
"api",
"javascript",
"expression"
],
"author": {
"name": "Webdoc"
},
"license": "AGPL 3",
"readmeFilename": "README.md",
"readme": "[](https://travis-ci.org/urturn/urturn-expression-api)\n\n# Changelogs\n\n## 0.8.2\n- FIX: ready event triggered twice if registered after edit.\n\n## 0.8.1\n- NEW: Video data added\n\n## 0.8.0\n- NEW: Use scroll() to get the current scroll position and scroll({top: 123}) or scroll({bottom: 0}) to scroll to specific positions.\n- NEW: Added the method UT.Post.queueUp(name, callback) that will retrieve the next available number in the sequence name.\n- NEW: Expression starting from 0.8.0 must support to be resized in width at runtime.\n- NEW: use size() to retrieve the current size.\n- REFACTOR: Listen on 'scroll' instead of 'scrollChanged' to get notified when the scroll has been updated.\n- REFACTOR: use size(args) instead of resize(args) to resize the post.\n- REFACTOR: post.size() and post.scroll() now accept an optional callback that will be triggered once the operation complete. The global events post.on('scroll') and post.on('resize') will be called as well as before.\n- FIX: scroll event is fixed.\n- FIX: post.users('current') now have valid numberOfPost and numberOfUse values (notes that there might be some delays to the update).\n\n## 0.7.5\n- FIX: fixed a bug where parent data collection was preventing expression loading on mobile.\n\n## 0.7.2\n- FIX: context use indiferently 'editor' or 'edit'. Now use 'editor' or 'player' syntax.\n\n## 0.7.1\n\n- REFACTOR UT.Collection / UT.PublicCollection: Collection and PublicCollection\n are now two different classes given the fact their roles are indeed very differrent.\n- ADD: UT.PublicCollection.find() retrieve the most recent item of the collection.\n This open the door to a whole new kind of expression where viewer items are used directly\n rather than with their comments.\n- ADD: UT.User, representing a user\n- ADD: UT.Post#users([items], callback) a method that retrieve an array of\n UT.User for a given array of items, the current user when 'current' is given as\n first parameter or an UT.User instance if only one item is given.\n- ADD: UT.Post#isOwner(user) return true if the given user is the post owner\n- ADD: UT.Post#isCurrentUser(user) return true if the given user is the current user\n\n## 0.6.3\n\n- FIX: a bug where .dialog callback was not called when user close the library\n\n## 0.6.2\n\n- FIX: a bug that prevent .on('media') to work correctly with bookmarklet. \n\n## 0.6.1\n\n- ADD User API: let you retrieve information on current user.\n- ADD: support for new UT.Image(URL) : let you create an UT.Image form an url.\n- ADD: pause event on post, called when post is hedded and media should pause.\n- FIXED : Multiple bugs in user collection\n- Fix a bug where array cannot be serialized\n- Fix a bug where items with null value was not fully removed\n- Fix a bug where undefined items was not removed\n- Fix a bug where setting an item to null was throwing an exception on save (issue #8381)\n- Fix a bug where storage was accepting functions, now throw an Error\n- Better tests of collections sanitization method\n- Refactor the tests to avoid using public collections for everything\n\n## 0.6.0\n\n- Implements the 'flat API'.\n\n## 0.5.2\n\n- add a new method to get Parent Document data when use Urturn. Use expression.getParentData() to get parent document data. Return an empty object if no data are set.\n\n## 0.5.1\n\n- new method signature for Post#textInput([options], [callback]) where options support keys value, max and multiline, and callback receive the resulting string or null if none are typed.\n\n## Build Process\n\nWe use Grunt to build the package and bower to manage our internal dependencies. Every dependencies must have a valid bower.json file that will list their main resources.\n\n## License\n\nCopyright Webdoc Inc. 2012, all rights reserved\n",
"_id": "[email protected]",
"_from": "urturn-expression-api@*",
"dependencies": {
"grunt-closure-compiler": "0.0.21"
}
}