bump to next alpha

This commit is contained in:
carson 2020-05-10 11:33:18 -07:00
parent 07796b497a
commit b02436207d
2 changed files with 4 additions and 10 deletions

12
TODO.md
View File

@ -2,16 +2,14 @@
* Dependency-free implementation of intercooler.js * Dependency-free implementation of intercooler.js
* Support IE11 (stretch: IE10) * Support IE11 (stretch: IE10)
* < 10k in .min.gz form * < 6k in .min.gz form
## TODOS ## TODOS
* `kutty-requests` class on body
* polling cancellation API 205 code * polling cancellation API 205 code
* meta config tag * meta config tag
* simple logging API
* hx-toggle-class
* focus recapture * focus recapture
* Testing * Testing
* polling * polling
* merge * merge
@ -23,16 +21,12 @@
* landing page * landing page
* docs page * docs page
* examples page (steal intercooler) * examples page (steal intercooler)
* attributes page
* events page
* headers page
## Unsupported Intercooler Features ## Unsupported Intercooler Features
* local actions * local actions
* all request parameters * all request parameters
* all response headers except X-*-Trigger * all response headers except X-*-Trigger, X-*-Push
* dependencies * dependencies
* macros * macros

View File

@ -5,7 +5,7 @@
"AJAX", "AJAX",
"HTML" "HTML"
], ],
"version": "0.0.1-alpha.1", "version": "0.0.1-alpha.2",
"homepage": "https://kutty.org/", "homepage": "https://kutty.org/",
"bugs": { "bugs": {
"url": "https://github.com/bigskysoftware/kutty/issues" "url": "https://github.com/bigskysoftware/kutty/issues"