Current section

Files

Jump to
sourceror CHANGELOG.md
Raw

CHANGELOG.md

# Changelog for Sourceror v0.10
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).
## v0.10.0 (2022-02-06)
### 1. Enhancements
- [Sourceror.Zipper] Added `traverse_while` (Thanks to @NickNeck)
- [Sourceror.Zipper] `traverse` now traverses subtrees if given a non `top`
zipper (Thanks to @NickNeck)
## v0.9.0 (2021-12-04)
The changelog for v0.9 releases can be found [in the v0.9
branch](https://github.com/doorgan/sourceror/blob/v0.9/CHANGELOG.md).