Skip to content

Releases: Rooyca/obsidian-api-request

1.4.2

14 Sep 15:43
Compare
Choose a tag to compare

fix(#35): proper response handling

Full Changelog: 1.4.1...1.4.2

1.4.1

28 Aug 19:33
Compare
Choose a tag to compare

Changelogs

  • fix: responses stored on localStorage weren't usable

Full Changelog: 1.4.0...1.4.1

1.4.0

08 Jul 17:32
Compare
Choose a tag to compare

Changelogs

  • fix(#30): Resolved an issue where responses containing commas caused incorrect splitting behavior.

Full Changelog: 1.3.9...1.4.0

1.3.9

05 Jul 04:07
Compare
Choose a tag to compare

Changelogs

  • a code-block counter was added to the statusbar, as discussed in #24. This is a first version of the counter and more features are expected to be added in the future.

Full Changelog: 1.3.8...1.3.9

1.3.8

03 Jul 17:46
Compare
Choose a tag to compare

Features

  • added flag maketable to render response as a table (#30)

Full Changelog: 1.3.7...1.3.8

1.3.7

20 Jun 16:03
Compare
Choose a tag to compare

Changelogs

  • re-implementation of res-type as fallback
  • clean up the code a little bit

Features

  • now is possible to declare global values in the settings. Those values can be used on all files using this syntax {{KEY}}

Full Changelog: 1.3.6...1.3.7

1.3.6

19 Jun 03:04
Compare
Choose a tag to compare

Changelogs

  • fixed some bugs
  • added usecases to the docs

Features

  • added the flag render

Full Changelog: 1.3.5...1.3.6

1.3.5

18 Jun 18:36
Compare
Choose a tag to compare

Changelogs

  • fixed: list of numbers on front-matter was rendering as numbers and not strings (It seems that Obsidian doesn't like numerical lists) See #24 (comment)
  • fixed: nested arrays like result -> {..} -> id weren't rendering

Features

  • added: internal links can be set in the properties (e.g. properties: [[ip]]) See #24 (comment)
  • added: '{{this.file.name}}' and other functions can be used with show flag. #27

Full Changelog: 1.3.4...1.3.5


Thanks to @elvarb for the feedback.

1.3.4

16 Jun 23:14
Compare
Choose a tag to compare

Changelogs

  • fix two security problems when sanitizing html tags

Full Changelog: 1.3.3...1.3.4

1.3.3

16 Jun 20:26
Compare
Choose a tag to compare

Changelogs

  • refactor code and add types
  • remove flag res-type
  • fix toDocument function. It was pasting to the document the APIR defined in settings not the APIR saved

Full Changelog: 1.3.2...1.3.3