- Add `url` parser that returns a `urllib.parse.ParseResult` ([6](https://github.com/sloria/environs/issues/6)). Thanks [IlyaSemenov](https://github.com/IlyaSemenov) for the suggestion.
Bug fixes:
- Every instance of `Env` gets its own parser map, so calling `env.parser_for` for one instance doesn\'t affect other instances.
1.1.0
- Add `Env.read_env` method for reading `.env` files.
1.0.0
- Support for proxied variables ([2](https://github.com/sloria/environs/issues/2)). - _Backwards-incompatible_: Remove `env.get` method. Use `env()` instead. - Document how to read `.env` files ([1](https://github.com/sloria/environs/issues/1)).