All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.10.3 - 2020-02-05
* vimgolf.el
- LICENSE file format fix.
0.10.2 - 2020-02-03
* vimgolf.el
- Doc fixes
0.10.1 - 2020-02-03
* vimgolf.el
- changes for adding to MELPA
2014-08-12 Siddhanathan Shanmugam [email protected]
* vimgolf.el (vimgolf-setup): Enable JSON parsing
- Allow Emacs to parse JSON content from the site
- Replace yaml parser with json parser
- Use 'identitiy' accept encoding header to get uncompressed data from server
* vimgolf.el (vimgolf-get-text): Add function
- Extracts input and output text, used in vimgolf-setup
* vimgolf.el (vimgolf-retrieve-challenge): Add function
- Gets JSON data from server and reads it using a buffer
* vimgolf.el (vimgolf-read-next-data-chunk): Removed function
2012-07-29 Brian Zwahr (github: @echosa)
* vimgolf.el
- Added challenge browser
- Better description
- Truncated titles
- Basic handling of HTML entities
- Fixed showing browse list after url-retrieve
* features/*
- Added documentation
* util/*
- Added tests via ecukes
2012-02-28 Steve Purcell (@sanityinc)
* vimgolf.el
- changes for adding to MELPA
2012-02-27 Tim Visher (@timvisher)
* vimgolf.el
- Use vimgolf-continue to get messages when buffers are setup
- Correct indentation and add local valiables
- Updating notes and adding a contributors section
2012-01-08 Adam Collard (@acollard)
* vimgolf.el
- Simplify vimgolf-solution-correct-p to use buffer-string
Lots of changes by Tim Visher and Steve Purcell