Packages

A package for normalizing string input from unpredictable sources (such as web scraping)

Current section

Files

Jump to
stripper CHANGELOG.md
Raw

CHANGELOG.md

# 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.4.0](https://github.com/fireproofsocks/stripper/tree/v1.4.0)
Removes all dependencies to help achieve faster compilation times.
Now supports all binaries (not just UTF-8 encoded ones)
## [1.3.1](https://github.com/fireproofsocks/stripper/tree/v1.3.1)
Specifies `unicode_guards, "~> 0.5.1"` to properly specify `ex_doc` dependencies.
## [1.0.0](https://github.com/fireproofsocks/stripper/tree/v1.0.0)
Initial release. Contains functionality for normalizing whitespace via a composable set of parse functions.