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

[release] 1.0.0 🎉 (stable) #41

Merged
merged 1 commit into from
Apr 8, 2019
Merged

[release] 1.0.0 🎉 (stable) #41

merged 1 commit into from
Apr 8, 2019

Conversation

eonu
Copy link
Owner

@eonu eonu commented Apr 8, 2019

Major changes

  • Change Query connective instance methods (#38):
    • #& -> #and
    • #| -> #or
    • #! -> #and_not
  • Split version number from paper identifier in Paper (add version key-word argument to #id and #url, and add #version). (#39)
  • Add Cleaner.extract_id and Cleaner.extract_version. (#39)
  • Make Query#add_connective always return self. (#40)
  • Redefine Arx.search to user Paper.parse's search key-word argument. (#40)
  • Implement all tests. (#40)

Minor changes

  • Change declared regular expression literals from %r"" to standard //. (#39)
  • Remove #extract_id from Query and use Cleaner.extract_id instead. (#39)
  • Redefine Paper#revision? to use the new #version instead of #updated_at and#published_at. (#39)

@eonu eonu merged commit 289939c into master Apr 8, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant