Skip to content
This repository was archived by the owner on Oct 17, 2021. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NSHipster/DictionaryKit
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: jakeoeding/DictionaryKit
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 12 commits
  • 14 files changed
  • 2 contributors

Commits on Jan 21, 2026

  1. wrap DictionaryKit in SPM

    jakeoeding committed Jan 21, 2026
    Configuration menu
    Copy the full SHA
    680bdbd View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from jakeoeding/wrap-in-spm

    wrap DictionaryKit in SPM
    jakeoeding authored Jan 21, 2026
    Configuration menu
    Copy the full SHA
    929e852 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2026

  1. Configuration menu
    Copy the full SHA
    909f1d7 View commit details
    Browse the repository at this point in the history
  2. add ci with basic smoke test (#3)

    * add ci with basic smoke test
    
    * lower swift-tools-version to 6.1
    jakeoeding authored Jan 23, 2026
    Configuration menu
    Copy the full SHA
    6965031 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2026

  1. make improvements for swift consumers

    -add nullability annotations
    -rework some return types to guarantee nonnull
    jakeoeding committed Jan 31, 2026
    Configuration menu
    Copy the full SHA
    14440f4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a7128d5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    673f13c View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2026

  1. Configuration menu
    Copy the full SHA
    448915c View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2026

  1. add containsSearchTerm method

    create a fast check to see if a given
    dictionary contains a particular search
    term. this can be useful before fetching
    all entries for a search term, which can
    be expensive
    jakeoeding committed Feb 4, 2026
    Configuration menu
    Copy the full SHA
    175dce9 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2026

  1. Configuration menu
    Copy the full SHA
    4dc278e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    039af75 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2026

  1. Configuration menu
    Copy the full SHA
    f59937a View commit details
    Browse the repository at this point in the history
Loading