Community updates

If you’d like to stay up to date on the development of Raspador, there are several options:

GitHub

The best way to track the development of Raspador is through the GitHub repo.

Twitter

I often tweet about new features and releases of Raspador.

Follow @fgmacedo for updates.

Release history

0.2.3

  • Linux line endings (thanks Jayson Reis - jaysonsantos)

0.2.2 (2013-10-30)

  • More tests translated to en.
  • More useful log messages.

API Changes:

  • BaseField._setup renamed to BaseField.setup.
  • FloatField has new parameters and defaults: thousand_separator and decimal_separator.
  • BRFloatField is now deprecated in favor of FloatField parameters.