burp-brightscript
Version:
lightweight processor for roku brightscript projects
31 lines (16 loc) • 566 B
Markdown
### 0.4.2 (2020-07-09)
#### Bug Fixes
* **FileProcessor:** Removes erroneous log output (70e6b458)
### 0.4.1 (2020-07-09)
#### New Features
* **core:** Adds Brighterscript support - bs filenames are renamed to .brs (4996ad2e)
burp-brightscript CHANGELOG
# 0.3.2
## Added
## Changed
- Use debug instead of console.log
- Uses a better glob matcher
- Separates index exports and CLI, exposing BurpProcessor and BurpConfig, so we can import burp into other js/ts projects (like gulp) for non cli building
## Deprecated
## Removed
## Fixed