Skip to content

Releases: Rooyca/obsidian-api-request

1.3.2

14 Jun 21:32
Compare
Choose a tag to compare

Features

  • added the flag properties to save part of the response in the frontmatter (this needs two things to work: a JSON response and the show flag) DOCS

Full Changelog: 1.3.1...1.3.2

1.3.1

14 Jun 09:44
Compare
Choose a tag to compare

What's Changed

  • fix method not working with space after colon (e.g. method: POST)
  • Spanish translation for README and DOCS
  • build(deps-dev): bump braces from 3.0.2 to 3.0.3 by @dependabot in #23

Full Changelog: 1.3.0...1.3.1

1.3.0

12 Jun 20:44
Compare
Choose a tag to compare

Changelogs

  • The variable {{this.file.name}} gets the current filename. (It can be used on: url, body & headers)

Full Changelog: 1.2.9...1.3.0

1.2.9

10 Jun 16:42
Compare
Choose a tag to compare

Changelog

  • Removed spaces from code-block flags (it should work either with or without spaces after the colon, e.x. url: http://... or url:http://...). Solve #21
  • Generalized response types. There are just two: json and other

Full Changelog: 1.2.8...1.2.9

1.2.8

07 Jun 06:18
Compare
Choose a tag to compare

Changes

  • Improved the styles in settings

Features(?)

  • Added the option to remove the responses in the localStorage one by one, not all at ones

Full Changelog: 1.2.7...1.2.8

1.2.7

05 Jun 21:07
Compare
Choose a tag to compare

Changes

  • Update GIFS
  • Update README: Aiming to move the Usage section entirely to the docs page
  • Update plugins description: I believe the use case of the plugin is more widely open now, not just for apis but for http requests in general.

New Features

  • Save response to file: If need it responses can be saved to files using the flag save-to in the code-block

Full Changelog: 1.2.6...1.2.7

1.2.6

21 May 20:22
Compare
Choose a tag to compare

Changes

  • URL Validation: Enhanced URL validation to ensure all URLs start with "https://". The protocol is automatically added if not present.
  • Improved JSON Display: Reformatted JSON output for a cleaner and more readable presentation when no show flag is provided.
  • innerHTML Replacement: Replaced instances of innerHTML with safer alternatives, except for three essential cases where innerHTML is necessary to render HTML content.

New Features

  • Repetitive Request Execution: Introduced a new flag req-repeat to enable the execution of requests multiple times. Example usage: req-repeat: 20t@10s (20 times at 10-second intervals).
  • Conditional Notifications: Added functionality to display notifications based on specific response conditions. Example usage: notify-if: rateUsd > 500.

Full Changelog: 1.2.5...1.2.6

1.2.5

20 May 18:51
Compare
Choose a tag to compare

A very brief summary would be that this release sought to improve the readability of both the code and the documentation.

  • Functions move to a separate file
  • Regex variables move to separate file
  • Removing unnecessary lines of code
  • Added multiple comments

Full Changelog: 1.2.4...1.2.5

1.2.4

17 May 17:32
Compare
Choose a tag to compare

Full Changelog: 1.2.3...1.2.4

1.2.3

11 May 16:28
Compare
Choose a tag to compare
  • looping over specific indexes or ranges ({n-n-n-n} or {n...n})

Full Changelog: 1.2.2...1.2.3