Skip to content

Releases: AnswerDotAI/fastcore

v1.11.2

06 Jan 03:06

Choose a tag to compare

New Features

  • Add move_lines and get_callable to tools (#737)

v1.11.1

05 Jan 05:09

Choose a tag to compare

Breaking Changes

  • Parameters are now documented using a list instead of a table. This shouldn't break any code, but will change rendered documentation.

New Features

  • Add DocmentsList and DocmentsText (#736)

v1.11.0

04 Jan 23:06

Choose a tag to compare

Breaking Changes

  • Parameters are now documented using a list instead of a table. This shouldn't break any code, but will change rendered documentation.

New Features

  • Add DocmentsList and DocmentsText (#736)

v1.10.5

04 Jan 21:56

Choose a tag to compare

New Features

  • Add sig_source (#735)

v1.10.4

04 Jan 05:08

Choose a tag to compare

New Features

  • Add rtoken_hex (#734)

v1.10.3

02 Jan 21:58

Choose a tag to compare

New Features

  • Use __html__ in hl_md if exists (#732)

v1.10.2

01 Jan 00:20

Choose a tag to compare

New Features

  • add slice support for L assignment (#731), thanks to @ncoop57

v1.10.1

31 Dec 02:07

Choose a tag to compare

New Features

  • Add spread and dspread (#730)
  • Add Path.normpath (#729)

v1.10.0

28 Dec 23:44

Choose a tag to compare

Breaking Changes

  • Add _repr_html_ to FT that renders the component (#728)

v1.9.8

26 Dec 22:15

Choose a tag to compare

New Features

  • Add pglob and fdelegates (#727)