Skip to content

Latest commit

 

History

History
251 lines (111 loc) · 13.8 KB

CHANGELOG.md

File metadata and controls

251 lines (111 loc) · 13.8 KB

1.17.0 (2024-09-24)

Bug Fixes

  • Limit request length before scrolling for long requests (#108) (e423079)

Features

  • 'Resume' needs to apply missed logs (#89) (0ecd3e8)
  • Add Search filters for method and status code (#83) (3639ef3)

1.16.1 (2024-04-13)

Bug Fixes

1.16.0 (2024-04-12)

Bug Fixes

  • requests not being updated when maxRequests is reached (#88) (89e14ae)

Features

1.15.0 (2023-05-24)

Bug Fixes

  • Prevent FlatList slow update on huge dataset (#78) (c2a8f68)

Features

  • Enable selection and copy for request and response body on Android (#82) (fd849f2)
  • Improve design of search nav bar and refactor (#81) (e5a5d8e)
  • Pause monitoring (#77) (11d4494)

1.14.1 (2023-03-16)

Bug Fixes

  • Issue with response body not loading on ios on RN 0.71.x (#74) (1d503bb), closes #73

1.14.0 (2023-01-05)

Features

  • Add options to ignore specific urls and regex patterns (#70) (5ee6c3e)

1.13.0 (2022-08-20)

Features

  • Add option to export all logs as HAR (#36) (c3b7dda)

1.12.0 (2021-11-02)

Features

1.11.0 (2021-08-24)

Features

  • Warn if the logger doesn't start due to duplicate logger (#56) (35b54e0)

1.10.1 (2021-07-29)

Bug Fixes

  • Disable the logger if used on a web project (#53) (800c948)

1.10.0 (2021-06-27)

Features

1.9.0 (2021-05-06)

Features

  • Add ignoredHosts option to ignore specified hosts (#47) (8eb6dd6)

1.8.1 (2020-11-04)

Bug Fixes

  • dont try and update unmounted component (#38) (59af7e9)

1.8.0 (2020-10-06)

Bug Fixes

  • Request not showing up until response received (#33) (4b3ab62)

Features

  • Changed inflight status color to text color (#30) (563ac95)

1.7.0 (2020-09-22)

Features

  • Add search box to filter Requests by URL (#28) (e1cbe9a)
  • Grouped the Request and Response Sections (#25) (b3ca2e3)

1.6.0 (2020-09-13)

Bug Fixes

  • Remember scroll position when navigating back to requests (#22) (91e6768)
  • Request details close button overlap (#23) (7c21317)

Features

  • Add option to use existing back button to navigate (#24) (054167f)

1.5.0 (2020-07-27)

Bug Fixes

  • Issue when sending request with FormData (1c2ea1c)
  • Issue when sharing request that isn't json (202c31d)

Features

  • Add option to change sort order and set default to desc (#14) (3aedb0c)

1.4.1 (2020-07-16)

Bug Fixes

  • Issue with event listeners (430eefd)
  • Remove type imports/exports to fix for older TS versions (#17) (f4cbefa)

1.4.0 (2020-06-28)

Bug Fixes

  • Issue causing delay to updates when viewing logger page (427e13c)

Features

  • Add option to clear all requests (506cd23)
  • Add option to configure max requests stored and set default to 500 (c75f926)
  • Show request time on logs (d9115fd)

1.3.2 (2020-06-25)

Bug Fixes

  • Issue with large response not rendering on iOS (#9) (a604d03)

1.3.1 (2020-06-24)

Bug Fixes

  • curl export to add data and escape characters (82931b5)
  • Error when viewing request that has error, closes #7 (f0bdd3d)
  • Improve accessibility with voiceover and talkback (ed4339b)

1.3.0 (2020-06-22)

Features

  • Add share buttons to share part or full requests, including cURL (3425d7d), closes #2

1.2.1 (2020-06-22)

Bug Fixes

  • Typescript declarations path (4f5bcb4)

1.2.0 (2020-06-20)

Features

  • Make themeable and add dark theme (e5fcad6)

1.1.0 (2020-06-20)

Bug Fixes

  • Parse blob http responses, closes #1 (e845a29)

Features

1.0.3 (2020-06-19)

Bug Fixes

  • Typescript export location (0e7cbe7)

1.0.2 (2020-06-19)

Bug Fixes

  • exported component issue (098f941)

1.0.1 (2020-06-19)