Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 584 Bytes

CHANGELOG.md

File metadata and controls

18 lines (14 loc) · 584 Bytes

Change Log

All notable changes to this project will be documented in this file. This change log follows the conventions of keepachangelog.com.

Changed

0.2.0 - 2017-05-24

Added

  • down? predicate to check the possibility of navigation down via a specific key. (azip/down? z :key) is faster than (some? #(= % :key) (azip/keys z)).

0.1.0 - 2017-05-23

Added

  • Initial release.