roku-requests
Version:
BrightScript http framework for Roku apps, inspired by Pyton Requests
41 lines (24 loc) • 1.41 kB
Markdown
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [1.2.0](https://github.com/rokucommunity/roku-requests/compare/v1.1.0...v1.2.0) - 2023-04-21
### Changed
- only cache valid response ([#31](https://github.com/rokucommunity/roku-requests/pull/31))
### Fixed
- crash where fs was sometimes invalid ([#36](https://github.com/rokucommunity/roku-requests/pull/36))
## [1.1.0](https://github.com/rokucommunity/roku-requests/compare/v1.0.0...v1.1.0) - 2022-01-12
### Added
- Add `parseJson` and `parseJsonFlags` arguments ([#28](https://github.com/rokucommunity/roku-requests/pull/28))
## [1.0.0](https://github.com/rokucommunity/roku-requests/compare/v0.2.0...v1.0.0) - 2022-01-12
### Changed
- This project has been in the wild for years even before ropm. Releasing as v1 now that it's clear the ropm-published package is stable.
## [0.2.0](https://github.com/rokucommunity/roku-requests/compare/v0.1.0...v0.2.0) - 2020-10-18
### Changed
- turned over to RokuCommunity to maintain
- Renamed `Requests.cat.brs` to `Requests.brs`
- Retain all code comments
- initial `ropm`/`npm` release
## [0.1.0](https://github.com/rokucommunity/roku-requests) - 2018-09-21
### Added
- Basic code setup