Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for logical types #32

Closed
wants to merge 35 commits into from
Closed

Add support for logical types #32

wants to merge 35 commits into from

Commits on Nov 16, 2018

  1. Fix typo

    Fixes #27.
    llasram authored and olib963 committed Nov 16, 2018
    Configuration menu
    Copy the full SHA
    3816c3d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5b5ebaa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d2adbe8 View commit details
    Browse the repository at this point in the history
  4. Add UUID support

    olib963 committed Nov 16, 2018
    Configuration menu
    Copy the full SHA
    667e478 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    edbbd1f View commit details
    Browse the repository at this point in the history
  6. Fix decimal conversion

    olib963 committed Nov 16, 2018
    Configuration menu
    Copy the full SHA
    22f679c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    78f5892 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a59a768 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    7bdebf5 View commit details
    Browse the repository at this point in the history
  10. Add keyword logical type

    olib963 committed Nov 16, 2018
    Configuration menu
    Copy the full SHA
    225cc33 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    da7b50a View commit details
    Browse the repository at this point in the history
  12. Don't mangle logical types

    olib963 committed Nov 16, 2018
    Configuration menu
    Copy the full SHA
    5c77757 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    5808a02 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    7454eeb View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    c851c2c View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    390bf25 View commit details
    Browse the repository at this point in the history
  17. Validate keywords are strings

    olib963 committed Nov 16, 2018
    Configuration menu
    Copy the full SHA
    300ae83 View commit details
    Browse the repository at this point in the history
  18. Fix compiler warnings

    olib963 committed Nov 16, 2018
    Configuration menu
    Copy the full SHA
    8fe5ccc View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    2eb6218 View commit details
    Browse the repository at this point in the history
  20. Update documentation

    olib963 committed Nov 16, 2018
    Configuration menu
    Copy the full SHA
    c96659a View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    ec449ab View commit details
    Browse the repository at this point in the history
  22. Refactor destructuring

    olib963 committed Nov 16, 2018
    Configuration menu
    Copy the full SHA
    0b730a3 View commit details
    Browse the repository at this point in the history
  23. Remove unused type hints

    olib963 committed Nov 16, 2018
    Configuration menu
    Copy the full SHA
    c54e6d7 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2018

  1. remove keyword logical type

    olib963 committed Nov 20, 2018
    Configuration menu
    Copy the full SHA
    80b6c5c View commit details
    Browse the repository at this point in the history
  2. Simplify clojure datum writer

    olib963 committed Nov 20, 2018
    Configuration menu
    Copy the full SHA
    81b6b39 View commit details
    Browse the repository at this point in the history
  3. Allow keyword strings

    olib963 committed Nov 20, 2018
    Configuration menu
    Copy the full SHA
    1094378 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e201b30 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7d28dff View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1aa520b View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2018

  1. Refactor ClojureData

    olib963 committed Nov 21, 2018
    Configuration menu
    Copy the full SHA
    d8910be View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    51cde6d View commit details
    Browse the repository at this point in the history
  3. Update docs

    olib963 committed Nov 21, 2018
    Configuration menu
    Copy the full SHA
    540d8af View commit details
    Browse the repository at this point in the history
  4. remove todos

    olib963 committed Nov 21, 2018
    Configuration menu
    Copy the full SHA
    de6aad2 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2018

  1. Refactoring from review

    olib963 committed Nov 22, 2018
    Configuration menu
    Copy the full SHA
    ea012d0 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #3 from olib963/add-logical-type-support

    Add logical type support
    olib963 authored Nov 22, 2018
    Configuration menu
    Copy the full SHA
    b08fc75 View commit details
    Browse the repository at this point in the history