Liking cljdoc? Tell your friends :D

1.2.0 (2020-10-06)

  • Support subclasses by passing type-constraints with model #51
    • Enables imcljs.path/walk to traverse subclasses specified via type constraints, and enables other functions dependent on it to handle subclasses correctly
  • Do not add constraint code to type constraints when sterilizing query #51

1.1.0 (2020-02-20)

  • Support new web services #42
    • save/im-list-remove-tag for removing a tag
    • auth/login for logging in and merging lists
    • auth/logout for invalidating token
    • save/im-list-update for updating list descriptions
    • auth/change-password for setting new password
    • auth/register for registering a new user
    • fetch/preferences for fetching user preferences
    • save/preferences for saving user preferences
    • save/delete-preference for deleting user preferences
    • auth/deregistration for acquiring a deregistration token
    • auth/delete-account for deleting a user account with a deregistration token
    • fetch/saved-queries for fetching saved queries
    • save/query for saving queries
    • save/delete-query for deleting saved queries
  • Changes to sterilize-query #42
    • Rename :orderBy to :sortOrder if the latter is missing in PathQuery XML
    • Enforce :sortOrder being a vector instead of a list
  • Make path/walk handle path vector with string values #42

1.0.2 (2019-11-01)

  • Error handling for fetch/resolve-identifiers #39
  • Fix response body being returned on erroneous requests when xform is not specified #39
  • Fix fetch/fetch-id-resolution-job-status throwing ArityException when used from Clojure #39
  • Improve efficiency of fetch/unique-values #40
  • Fix warnings caused by path/class and path/class? #41 Thanks to @BadAlgorithm

1.0.1 (2019-10-09)

  • Use https by default instead of http #38

1.0.0 (2019-09-24)

  • Change implementation of imcljs.fetch/registry so it returns instances directly #36
  • Run assertions on arguments to give a helpful error message if they are invalid #35
  • Update dependencies #37

Can you improve this documentation?Edit on GitHub

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close