Browse Source

bump version to 0.1.0

Herbert Vojčík 10 years ago
parent
commit
6cbe26f696
3 changed files with 12 additions and 3 deletions
  1. 8 0
      README.md
  2. 1 1
      bower.json
  3. 3 2
      xontent.jquery.json

+ 8 - 0
README.md

@@ -54,3 +54,11 @@ By default, it is the contents / .content, but you can use
  	the end of parent element are grabbed;
  - Any other form of `data-xontent` uses the default
  	(take the contents or `.content` in case of `<template>`).
+
+Setting xontent (new in 0.1.0)
+----
+
+You can call `$('#foo').xontent('set', payload)` to set the payload
+which `$('#foo').xontent()` will return.
+The payload may be a _DocumentFragment_ itself,
+or a jQuery object that encapsulates it.

+ 1 - 1
bower.json

@@ -1,6 +1,6 @@
 {
   "name": "xontent",
-  "version": "0.0.1",
+  "version": "0.1.0",
   "homepage": "https://github.com/herby/xontent",
   "authors": [
     "Herbert Vojčík <herby@mailbox.sk>"

+ 3 - 2
xontent.jquery.json

@@ -5,9 +5,10 @@
     "keywords": [
         "template",
         "content",
-        "siblings"
+        "siblings",
+        "polyfill"
     ],
-    "version": "0.0.1",
+    "version": "0.1.0",
     "author": {
         "name": "Herbert Vojčík",
         "email": "herby@mailbox.sk"