summaryrefslogtreecommitdiffstats
path: root/lib/domain/libimaghabit
AgeCommit message (Expand)Author
2018-10-30libimaghabit: Move from error-chain to failureMatthias Beyer
2018-09-27Update kairos to master branchMatthias Beyer
2018-09-27Update dependency: kairos: 0.1 -> 0.2Matthias Beyer
2018-09-27Update dependency: log: 0.3 -> 0.4Matthias Beyer
2018-09-27Update dependency: toml-query: 0.6 -> 0.7Matthias Beyer
2018-09-27Update dependency: error-chain: 0.11 -> 0.12Matthias Beyer
2018-09-27Optimize the Store::entries() interfaceMatthias Beyer
2018-05-09Update version string: 0.8.0 -> 0.9.0Matthias Beyer
2018-05-01Refactor libimaghabit to fit new store iterator interfaceMatthias Beyer
2018-04-19Update version numbers: 0.7.0 -> 0.8.0Matthias Beyer
2018-04-18Merge pull request #1380 from matthiasbeyer/minorMatthias Beyer
2018-04-17Fix documentation in crate metadataMatthias Beyer
2018-04-14Add lintsMatthias Beyer
2018-03-23Add debugging output if kairos fails to parse inputMatthias Beyer
2018-03-23Merge pull request #1360 from matthiasbeyer/libimaghabit/create-vs-retrieveMatthias Beyer
2018-03-22Fix: Use retrieve in retrieve variantMatthias Beyer
2018-03-22Fix: libimaghabit::habit::HabitTemplate should link created instances to the ...Matthias Beyer
2018-03-22Merge pull request #1357 from matthiasbeyer/libimaghabit/create-vs-retrieveMatthias Beyer
2018-03-22Refactor for less verbose codeMatthias Beyer
2018-03-22Dedup codeMatthias Beyer
2018-03-22Add "retrieve" variants for retrieving instancesMatthias Beyer
2018-03-22Add helper to check whether an instance exists for a dateMatthias Beyer
2018-02-18Make HabitBuilder derive DebugMatthias Beyer
2018-02-11Update version string: 0.6.0 -> 0.7.0Matthias Beyer
2018-02-10Add missing Cargo.toml metadataMatthias Beyer
2018-02-07Update dates in license headerMatthias Beyer
2018-02-05Update kairos dependency: 0.1.0-beta-2 -> 0.1.0Matthias Beyer
2018-02-01Rewrite From<> implementations for habit iteratorsMatthias Beyer
2018-02-01Move date <-> string conversion utility to libimagutilMatthias Beyer
2018-01-13libimaghabit: Replace read with typed readMatthias Beyer
2018-01-13Update dependency: toml-query -> 0.6Matthias Beyer
2018-01-08Use libimagentryutil::isa::Is in libimaghabitMatthias Beyer
2018-01-05Replace matching with function chainingMatthias Beyer
2018-01-05Move common functionality to utility moduleMatthias Beyer
2018-01-04Remove unneeded "mut"Matthias Beyer
2017-12-25Update version strings: 0.5.0 -> 0.6.0Matthias Beyer
2017-12-22Merge pull request #1178 from matthiasbeyer/libimaghabit/fix-untilMatthias Beyer
2017-12-22Fix: Until date is still optionalMatthias Beyer
2017-12-22Merge pull request #1175 from matthiasbeyer/libimaghabit/remove-unusedMatthias Beyer
2017-12-22Remove unused variablesMatthias Beyer
2017-12-22Remove unused macro importMatthias Beyer
2017-12-22Remove unused importsMatthias Beyer
2017-12-22Add until-date supportMatthias Beyer
2017-12-19Add HabitTemplate::next_instance_date_after()Matthias Beyer
2017-12-19Add function to instantiate with a given dateMatthias Beyer
2017-12-08Add Habit::next_instance_date()Matthias Beyer
2017-12-08Make "util" pubMatthias Beyer
2017-12-08Add HabitTemplate::linked_instances() functionMatthias Beyer
2017-12-08Add HabitInstanceStoreIdIterator::newMatthias Beyer
2017-12-08Add debugging outputMatthias Beyer