Skip to content

Releases: danbahrami/sofetch

Version 1 🎉

13 Sep 13:25
Compare
Choose a tag to compare

v1.0.0-3

13 Sep 13:19
Compare
Choose a tag to compare
v1.0.0-3 Pre-release
Pre-release
  • further pre-publish fixes 4945b52

v1.0.0-2...v1.0.0-3

v1.0.0-2

13 Sep 13:05
Compare
Choose a tag to compare
v1.0.0-2 Pre-release
Pre-release
  • further pre-publish fixes 0710869

v1.0.0-1...v1.0.0-2

v1.0.0-0

13 Sep 11:52
Compare
Choose a tag to compare
v1.0.0-0 Pre-release
Pre-release
  • Prepare for npm publish 05646bb
  • Fix some build types b757caf
  • Fix whitespace issue in README ac17011
  • Add MIT license 929006e
  • First shot at a README aad54ef
  • small cleanup 7c67761
  • Split types file into two - public and internal eb8d8bd
  • Support config factory fns to create per-request defaults 20a5fa6
  • Publicly export useful types 6b59361
  • Cleanup types a bit 6b747ee
  • Remove modifiers feature 943352d
  • Cleanup 26e7414
  • Support passing factory fns as default init options 8f43668
  • Support a "common" request init config option 9d8f8bf
  • fix af2e815
  • Add shortcut methods for all response types a6b7682
  • Wrap up all client errors into a single callback dafacbd
  • Support a baseUrl config option 0e30150
  • Accept an array of callbacks and modifiers when creating client a91b771
  • Split out tests into separate files by category 99c4bdd
  • Support passing the url as a URL instance as well as a string 01013d6
  • Add .configure() method to support configuring global f client ea57992
  • Change prettier line length to 100 for easier reading afa1c8c
  • Fix optional typing of client config default inits 6d51277
  • Add .request() method for making requests of any HTTP method b05be66
  • Support beforeErrorResponse modifier 8ea103f
  • Fix places in tests where nock intercept is left pending c95005a
  • Support headers passed in any valid format 3376a0c
  • Support modifying responses via a beforeSuccessResponse modifier f9ca6ab
  • Support modifying requests via a beforeRequest modifier 90e10aa
  • Add .head() client method 4fb5621
  • Rename test file for detaulf f client 4b8ecb1
  • Get tests passing for the first time 8388d9b
  • Stop auto-formatting .eslintrc 60ff584
  • Prettify setup files 7bd20eb
  • Support setting initial callbacks in createClient 6162400
  • Bring in pre-existing work 60025c9

deeea68...v1.0.0-0