Skip to content

Releases: alaneurich/bypass-android

FIX

08 Nov 23:22

Choose a tag to compare

Fixed a bug where the Parser would crash when it encountered a Table Cell outside of a Table.

FIX

01 Nov 16:48

Choose a tag to compare

FIX
  • Links inside Table Cells will now properly open the Browser
  • Decided to completely remove the deprecated BaseSpanProvider Constructor as there are no current users and it's better to start with something clean.

CHANGE

31 Oct 16:24

Choose a tag to compare

Deprecated BaseSpanProvider Constructor that takes an Bypass.Options Object. Bypass will now set the Options Object itself when being instantiated.

FIX

30 Oct 21:57

Choose a tag to compare

FIX

Properly shutting down Table Parsing if requested.

Markdown inside Table Cells

30 Oct 21:15

Choose a tag to compare

1.0.1

- Updating Version in Readme

Initial Release

30 Oct 14:44

Choose a tag to compare

  • Table Support
  • Using a SpanProvider to make customization of the provided Spans easy.