Skip to content

Releases: alexbrazier/react-native-network-logger

Release 2.0.1

14 Jun 12:14
Compare
Choose a tag to compare

2.0.1 (2025-06-14)

Bug Fixes

Release 2.0.0

11 May 19:18
Compare
Choose a tag to compare

2.0.0 (2025-05-11)

Bug Fixes

  • Add fallback for old and new XHRInterceptor import (#114) (8969d4b)
  • Adds support for react-native 0.79+

Breaking Changes

  • Update build format and exports to latest React Native standards #115 8d12a6b
  • Hopefully won't break for people, but bumping the major version just in case.

Release 1.17.0

24 Sep 15:40
Compare
Choose a tag to compare

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)

Release 1.16.1

13 Apr 15:35
Compare
Choose a tag to compare

1.16.1 (2024-04-13)

Bug Fixes

Release 1.16.0

12 Apr 11:36
Compare
Choose a tag to compare

1.16.0 (2024-04-12)

Bug Fixes

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

Features

Release 1.15.0

24 May 18:27
Compare
Choose a tag to compare

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)

Release 1.14.1

16 Mar 21:58
Compare
Choose a tag to compare

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

Release 1.14.0

05 Jan 21:47
Compare
Choose a tag to compare

1.14.0 (2023-01-05)

Features

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

Release 1.13.0

20 Aug 18:49
Compare
Choose a tag to compare

1.13.0 (2022-08-20)

Features

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

Release 1.12.0

02 Nov 19:26
Compare
Choose a tag to compare

1.12.0 (2021-11-02)

Features