Skip to content

Commit

Permalink
Update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
rictic committed Feb 4, 2024
1 parent 271147b commit 7a981ef
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,19 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).


<!--
PRs should document their user-visible changes (if any) in the
Unreleased section, uncommenting the header as necessary.
-->

## Unreleased

- Add a `getChildren` API as a more specific method similar to `iterateOverAst` that only gets the direct children of a node.
- Add a `getNodesAtLocation` API to get the nodes whose ranges contain a given location.

## [0.1.0] - 2017-07-18

* Added ranges to AST nodes, which specify offsets into the source code for the
- Added ranges to AST nodes, which specify offsets into the source code for the
start and end of AST.
* Added the `iterateOverAst` method, which returns an iterable over every
- Added the `iterateOverAst` method, which returns an iterable over every
node in an AST.

0 comments on commit 7a981ef

Please sign in to comment.