Skip to content

Releases: blacksmithgu/datacore

0.1.28

15 Sep 08:28
Compare
Choose a tag to compare

0.1.28

  • Fixes #134: Properly strip whitespace from codeblock languages to fix some issues with dc.require.

0.1.27

15 Sep 07:00
Compare
Choose a tag to compare

0.1.27

  • Bugfix release for reverting an accidental capitalization change in $typename for markdown lists.

0.1.26

15 Sep 05:08
Compare
Choose a tag to compare

0.1.26

  • Fixes non-inline Markdown blocks and removes the plaintext flickering.

0.1.25

15 Sep 04:52
Compare
Choose a tag to compare

0.1.25

  • Re-added support for emoji-based task metadata from the Tasks plugin.
  • Added a debug command, "Datacore: Reindex entire vault", to reload all files in the vault.

0.1.24

27 May 06:13
Compare
Choose a tag to compare

0.1.24

  • Add official datacore API typings at '@blacksmithgu/datacore'.

0.1.23

27 May 05:59
Compare
Choose a tag to compare

0.1.23

  • Datacore views now properly re-render and update paths when the file they are in is renamed.
  • Some incongruous APIs have been standardized.

0.1.22

28 Apr 04:27
Compare
Choose a tag to compare

0.1.22 (Beta)

  • Several bugfixes thanks to @GamerGirlandCo.
  • Adds a new <dc.List/> view with full documentation.
  • Removes the unnecessary object count widget in the editor view.

0.1.21

20 Mar 07:56
Compare
Choose a tag to compare

0.1.21 (Beta)

  • Adds dc.evaluate() and dc.tryEvaluate() for evaluating the datacore expression language programmatically.
  • Adds postfix function calls to the datacore syntax. This allows you to chain functions:
lower("YES") => "YES".lower()
replace(lower("YES"), "e", a") => "YES".lower().replace("e", a")

Postfix syntax implicitly adds the callee object as the first argument.

0.1.20

04 Mar 09:04
Compare
Choose a tag to compare

0.1.20

  • Fix connected link searches - searching for linksto([[File]]) will now correctly search around that file, for example.
  • Datacore now provides update events on file deletions; in practice, this means your views will update when files are deleted.

0.1.20-rc5

18 Feb 23:02
18147ec
Compare
Choose a tag to compare
0.1.20-rc5 Pre-release
Pre-release
  • fix some critical bugs in the yaml conversion and line replacement code
  • ensure that field editors can be rendered in table-based views without additional configuration
  • fix task fields appearing out of sync with the rest of the index