Skip to content

Latest commit

 

History

History
166 lines (95 loc) · 2.47 KB

CHANGELOG.md

File metadata and controls

166 lines (95 loc) · 2.47 KB

Changelog

All notable changes to this project will be documented in this file.

[0.11.0] - 2024-07-27

Build

  • Bump holochain to 0.3.1

[0.10.0] - 2024-02-07

Documentation

  • Add license and description
  • Fix readme crate name

Build

  • Bump holochain to 0.2.6

[0.9.0] - 2023-12-16

Documentation

  • Changelog
  • Update readme

Miscellaneous Tasks

  • Move package dir to match name

Refactor

  • Rename package 'hc_prefix_index'

Build

  • Bump package version

[0.8.0] - 2023-12-16

Documentation

  • Add changelog
  • Changelog

Miscellaneous Tasks

  • Fmt + clippy

Refactor

  • Migrate tests from tryoama to sweettest

Build

  • Holochain-0.2.3-beta-rc.1
  • Upgrade holochain to 0.2.4
  • Bump version to 0.6.0
  • Package lock

[0.7.0] - 2023-09-27

Build

  • Bump deps to hdk 0.2.2 + hdi 0.3.2
  • Bump version to 0.6.0
  • Actually it should be 0.7.0

[0.6.0] - 2023-07-26

Miscellaneous Tasks

  • Bump flake lock
  • Better caching in github action
  • Clippy + fmt

Refactor

  • [breaking] Entry hashes from linkable
  • Unstable is_ok_and

Build

  • Bump holochain 0.2.1-beta-dev.0 & update for compatibility
  • [breaking] Upgrade to holochain v0.3.0-beta-dev.8
  • Upgrade to holochain 0.3.0-beta-dev.9
  • Upgrade client & tryorama
  • Bump holochain deps to 0.2.1
  • Update nix flake for 0.2.1, fix github action commands

[0.5.0] - 2023-05-16

Documentation

  • Note letter casing in README
  • Title gotchas

Features

  • Add function to get random results from index

Build

  • Bump version to 0.5.0

[0.4.0] - 2023-05-11

Features

  • Ignore letter case in index, preserve letter case in result

Build

  • Bump version to 0.4.0

[0.3.0] - 2023-05-04

Features

  • Support for indexing text with a distinct leaf text

Miscellaneous Tasks

  • File rename for clarity

[0.2.0] - 2023-05-03

Features

  • Return TypedPath to result in add_result()

Miscellaneous Tasks

  • Remove vitest results file from git repo
  • Remove warn logs

Refactor

  • Make validation functions callable via PrefixIndex trait

[0.1.0] - 2023-05-02

Documentation

  • Basic explanation
  • Readme code fix
  • Add future desired features to README

Features

  • Search prefix index working w/ tests

Miscellaneous Tasks

  • Rename PrefixSearchIndex to PrefixIndex
  • Readme markdown
  • License under CAL
  • Split out utils into their own file

Testing

  • Tests for prefixes width different width + depths