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

w0.3 #11

Merged
merged 30 commits into from Apr 13, 2021
Merged

w0.3 #11

merged 30 commits into from Apr 13, 2021

Conversation

DiriectorDoc
Copy link
Owner

Changes

  • Removed check to see if jQuery object has a certain CSS
  • No longer makes the text invisible when appending temporary text. Instead, it is placed off the far left side; out of sight
  • Adjusted $.copy() to accept more than strings
    • Inputting false will now copy "false" to the clipboard
    • Inputting most objects will copy a jsonified string
    • Inputting a Date object will copy the Date's ISO String
    • Inputting an HTMLElement will copy the outterHTML of the element
    • Inputting null will clear the clipboard, but inputting undefined is the same as inputting no parameter
    • Inputting anything else with all the parameter's .toString() function before attempting to copy anything
      • Note: if the exact result of the .toString() is equal to "[object Object]", the object will be jsonified and the jsonified string will be copied instead

@DiriectorDoc DiriectorDoc merged commit 5d340d9 into withPaste Apr 13, 2021
@DiriectorDoc DiriectorDoc deleted the w0.3 branch April 13, 2021 17:03
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.

None yet

1 participant