Skip to content

Commit

Permalink
Added Input() class in api reference
Browse files Browse the repository at this point in the history
  • Loading branch information
bharadwajyarlagadda committed Sep 24, 2016
1 parent efdef6b commit 689d9b2
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 14 deletions.
29 changes: 15 additions & 14 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,26 +2,27 @@ Changelog
=========

Added
-----
^^^^^

- Added classes for building some of the tags:

- ``<input>``


v0.4.1 (2016-09-16)
^^^^^^^^^^^^^^^^^^^
-------------------

Changed
-------
^^^^^^^

- Moved all the templates for html tags from ``templates/html/tags.py`` to ``templates/html/tags/``


v0.4.0 (2016-09-15)
^^^^^^^^^^^^^^^^^^^
-------------------

Added
-----
^^^^^

- Added classes for building some of the tags:

Expand All @@ -31,25 +32,25 @@ Added
- ``<img>``

Changed
-------
^^^^^^^

- Moved all the classes for constructing tags to separate files for easy accessibility.


v0.3.1 (2016-09-05)
^^^^^^^^^^^^^^^^^^^
-------------------

Added
-----
^^^^^

- Added validation for URL strings in constructing the tags.


v0.3.0 (2016-09-04)
^^^^^^^^^^^^^^^^^^^
-------------------

Added
-----
^^^^^

- Added classes for building some of the tags:

Expand All @@ -65,10 +66,10 @@ Added


v0.2.0 (2016-09-03)
^^^^^^^^^^^^^^^^^^^
-------------------

Added
-----
^^^^^

- Added classes for building some of the tags:

Expand All @@ -90,10 +91,10 @@ Added


v0.1.0 (2016-08-28)
^^^^^^^^^^^^^^^^^^^
-------------------

Added
-----
^^^^^

- First release.
- Added classes for building some of the tags:
Expand Down
4 changes: 4 additions & 0 deletions docs/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -165,3 +165,7 @@ API Reference
.. autoclass:: korona.html.tags.Img
:members:


.. autoclass:: korona.html.tags.Input
:members:

0 comments on commit 689d9b2

Please sign in to comment.