summary refs log tree commit diff stats
path: root/tests/testdata
Commit message (Expand)AuthorAgeFilesLines
* Fix for #5134 (parseJson(string) should fail on leftover data) (#5203)Lolo Iccl2017-01-111-0/+6
* Add a test to xmlparserMatt Sullivan2015-10-311-0/+1
* tests: Trim .txt files trailing whitespaceAdam Strzelecki2015-09-041-1/+1
* implements varargs[untyped]; refs #2545; to be documentedAraq2015-07-021-1/+1
* Removes executable bit for text files.Grzegorz Adam Hankiewicz2013-03-167-0/+0
* Added mycert.pem for the asynciossl test.Dominik Picheta2012-07-241-0/+32
* restored files that 'koch clean' removedAraq2012-04-161-0/+1
* fixes #105Araq2012-04-161-1/+0
* forgot to add tests/testdata/stringSimon Hafner2011-12-311-0/+1
* non-nil AST; continue after errors for IDE supportAraq2011-02-121-0/+0
* Corrected pretty() in json module, and added another file with json test data.dom962011-01-282-1/+81
* json module changesAraq2011-01-151-3/+3
* accurate file/line informationAndreas Rumpf2010-08-141-1/+5
* fixed pango/pangoutils new wrappersAndreas Rumpf2010-02-266-0/+0
* SQLite wrapperAndreas Rumpf2010-02-246-0/+186
weight: bold } /* Name.Function.Magic */ .highlight .vc { color: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */
# Change Log
All notable changes to this project will be documented in this file. This change log follows the conventions of [keepachangelog.com](http://keepachangelog.com/).

## [Unreleased]
### Changed
- Add a new arity to `make-widget-async` to provide a different widget shape.

## [0.1.1] - 2023-07-05
### Changed
- Documentation on how to make the widgets.

### Removed
- `make-widget-sync` - we're all async, all the time.

### Fixed
- Fixed widget maker to keep working when daylight savings switches over.

## 0.1.0 - 2023-07-05
### Added
- Files from the new template.
- Widget maker public API - `make-widget-sync`.

[Unreleased]: https://github.com/elioat/bbplayground/compare/0.1.1...HEAD
[0.1.1]: https://github.com/elioat/bbplayground/compare/0.1.0...0.1.1