Skip to content

Commit

Permalink
v0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sheppard committed Jun 16, 2015
1 parent e31651a commit a1025ec
Show file tree
Hide file tree
Showing 21 changed files with 22 additions and 22 deletions.
2 changes: 1 addition & 1 deletion js/wq/app.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* wq.app 0.8.0-dev - wq/app.js
* wq.app 0.8.0 - wq/app.js
* Utilizes store and pages to dynamically load and render
* content from a wq.db-compatible REST service
* (c) 2012-2015, S. Andrew Sheppard
Expand Down
2 changes: 1 addition & 1 deletion js/wq/appcache.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* wq.app 0.8.0-dev - wq/appcache.js
* wq.app 0.8.0 - wq/appcache.js
* Monitor HTML5 appcache events and trigger callback
* (c) 2012-2015, S. Andrew Sheppard
* https://wq.io/license
Expand Down
2 changes: 1 addition & 1 deletion js/wq/autocomplete.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* wq.app 0.8.0-dev - wq/autocomplete.js
* wq.app 0.8.0 - wq/autocomplete.js
* Simple AJAX autocomplete leveraging the HTML5 <datalist> element
* (c) 2014-2015, S. Andrew Sheppard
* https://wq.io/license
Expand Down
2 changes: 1 addition & 1 deletion js/wq/chart.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* wq.app 0.8.0-dev - wq/chart.js
* wq.app 0.8.0 - wq/chart.js
* Reusable SVG charts for analyzing time-series data.
* (c) 2013-2015, S. Andrew Sheppard
* https://wq.io/license
Expand Down
2 changes: 1 addition & 1 deletion js/wq/console.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* wq.app 0.8.0-dev - wq/console.js
* wq.app 0.8.0 - wq/console.js
* Fallback for code using console.log
* (c) 2012-2015, S. Andrew Sheppard
* https://wq.io/license
Expand Down
2 changes: 1 addition & 1 deletion js/wq/json.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* wq.app 0.8.0-dev - wq/json.js
* wq.app 0.8.0 - wq/json.js
* Simple wrapper around jQuery.ajax & object functions
* (so projects can supply non-jQuery implementations if needed.)
* (c) 2013-2015, S. Andrew Sheppard
Expand Down
2 changes: 1 addition & 1 deletion js/wq/locate.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* wq.app 0.8.0-dev - wq/locate.js
* wq.app 0.8.0 - wq/locate.js
* Geolocation utilities via Leaflet's Map.locate
* (c) 2013-2015, S. Andrew Sheppard
* https://wq.io/license
Expand Down
2 changes: 1 addition & 1 deletion js/wq/map.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* wq.app 0.8.0-dev - wq/map.js
* wq.app 0.8.0 - wq/map.js
* Leaflet integration for app.js list & detail views
* (c) 2013-2015, S. Andrew Sheppard
* https://wq.io/license
Expand Down
2 changes: 1 addition & 1 deletion js/wq/markdown.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* wq.app 0.8.0-dev - wq/markdown.js
* wq.app 0.8.0 - wq/markdown.js
* Adds markdown support to template.js
* (c) 2013-2015, S. Andrew Sheppard
* https://wq.io/license
Expand Down
2 changes: 1 addition & 1 deletion js/wq/model.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* wq.app 0.8.0-dev - wq/model.js
* wq.app 0.8.0 - wq/model.js
* A simple model API for working with stored lists
* (c) 2012-2015, S. Andrew Sheppard
* https://wq.io/license
Expand Down
2 changes: 1 addition & 1 deletion js/wq/online.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* wq.app 0.8.0-dev - wq/online.js
* wq.app 0.8.0 - wq/online.js
* Monitor network state.
* (c) 2012-2015, S. Andrew Sheppard
* https://wq.io/license
Expand Down
2 changes: 1 addition & 1 deletion js/wq/outbox.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* wq.app 0.8.0-dev - wq/outbox.js
* wq.app 0.8.0 - wq/outbox.js
* Queue submitted forms for eventual syncing to the server
* (c) 2012-2015, S. Andrew Sheppard
* https://wq.io/license
Expand Down
2 changes: 1 addition & 1 deletion js/wq/owl.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* wq.app 0.8.0-dev - wq/owl.js
* wq.app 0.8.0 - wq/owl.js
* Client for the Offline Web Log service.
* (c) 2014-2015, S. Andrew Sheppard
* https://wq.io/license
Expand Down
2 changes: 1 addition & 1 deletion js/wq/pandas.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* wq.app 0.8.0-dev - wq/pandas.js
* wq.app 0.8.0 - wq/pandas.js
* Load and parse CSV with complex headers (e.g. from pandas DataFrames)
* (c) 2014-2015, S. Andrew Sheppard
* https://wq.io/license
Expand Down
4 changes: 2 additions & 2 deletions js/wq/photos.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* wq.app 0.8.0-dev - wq/photos.js
* wq.app 0.8.0 - wq/photos.js
* Helpers for working with Cordova photo library
* (c) 2012-2015, S. Andrew Sheppard
* https://wq.io/license
Expand All @@ -12,7 +12,7 @@ define(['jquery', './template'], function($, tmpl) {

var photos = {};

photos.init = function(config) {
photos.init = function() {
tmpl.setDefault('image_url', function() {
try {
return this.body && _getUrl(this.body);
Expand Down
2 changes: 1 addition & 1 deletion js/wq/progress.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* wq.app 0.8.0-dev - wq/progress.js
* wq.app 0.8.0 - wq/progress.js
* Simple AJAX polling for HTML5 <progress> element
* (c) 2014-2015, S. Andrew Sheppard
* https://wq.io/license
Expand Down
2 changes: 1 addition & 1 deletion js/wq/router.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* wq.app 0.8.0-dev - wq/router.js
* wq.app 0.8.0 - wq/router.js
* Respond to URL changes with locally generated pages and custom events
* (c) 2012-2015, S. Andrew Sheppard
* https://wq.io/license
Expand Down
2 changes: 1 addition & 1 deletion js/wq/spinner.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* wq.app 0.8.0-dev - wq/spinner.js
* wq.app 0.8.0 - wq/spinner.js
* Wrapper for jQuery Mobile's spinner
* (c) 2012-2015, S. Andrew Sheppard
* https://wq.io/license
Expand Down
2 changes: 1 addition & 1 deletion js/wq/store.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* wq.app 0.8.0-dev - wq/store.js
* wq.app 0.8.0 - wq/store.js
* Locally-persistent, optionally server-populated JSON datastore(s)
* (c) 2012-2015, S. Andrew Sheppard
* https://wq.io/license
Expand Down
2 changes: 1 addition & 1 deletion js/wq/template.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* wq.app 0.8.0-dev - wq/template.js
* wq.app 0.8.0 - wq/template.js
* Render and inject Mustache templates
* (c) 2012-2015, S. Andrew Sheppard
* https://wq.io/license
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ def create_wq_namespace():

setup(
name='wq.app',
version='0.8.0-dev',
version='0.8.0',
author='S. Andrew Sheppard',
author_email='[email protected]',
url='http://wq.io/wq.app',
Expand Down

0 comments on commit a1025ec

Please sign in to comment.