# Changelog All notable changes to this project will be documented in this file. ## [0.2.0] - 2024-07-11 ### 🐛 Bug Fixes - [_0bdb041_](https://github.com/Froloket64/peeking-iter/commit/0bdb041eab752c3acc591a2c5960793c5584d47e) _(iter)_ Fix `next_while()` after `peek()` _(@Froloket64)_ - [_6cfee00_](https://github.com/Froloket64/peeking-iter/commit/6cfee0088dc50c10d5459a8d71b631cfd886b100) _(test)_ Remove redundant test _(@Froloket64)_ ### 📚 Documentation - [_d385c31_](https://github.com/Froloket64/peeking-iter/commit/d385c319cebf4d9d76a1930323688d6febb74426) _(readme)_ Update README.md _(@Froloket64)_ ### 🚀 Features - [_df1977b_](https://github.com/Froloket64/peeking-iter/commit/df1977be35917d40986b3548eecdfc70b9589f85) _(iter)_ Add `next_while1()` _(@Froloket64)_ - [_a91280a_](https://github.com/Froloket64/peeking-iter/commit/a91280abfa86933d81f059cabdcb9c52e59a7569) _(parser)_ Implement `Parser` _(@Froloket64)_